core.base_field_override.node.book.promote.yml

Same filename in other branches
  1. 9 core/modules/book/config/optional/core.base_field_override.node.book.promote.yml
  2. 8.9.x core/modules/book/config/optional/core.base_field_override.node.book.promote.yml
  3. 10 core/modules/book/config/optional/core.base_field_override.node.book.promote.yml
core/modules/book/config/optional/core.base_field_override.node.book.promote.yml

File

core/modules/book/config/optional/core.base_field_override.node.book.promote.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - node.type.book
  6. id: node.book.promote
  7. field_name: promote
  8. entity_type: node
  9. bundle: book
  10. label: 'Promoted to front page'
  11. description: ''
  12. required: false
  13. translatable: true
  14. default_value:
  15. -
  16. value: 0
  17. default_value_callback: ''
  18. settings:
  19. on_label: 'On'
  20. off_label: 'Off'
  21. field_type: boolean

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.