core.entity_view_display.node.book.default.yml

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

File

core/modules/book/config/optional/core.entity_view_display.node.book.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.book.body
  6. - node.type.book
  7. module:
  8. - text
  9. - user
  10. id: node.book.default
  11. targetEntityType: node
  12. bundle: book
  13. mode: default
  14. content:
  15. body:
  16. type: text_default
  17. label: hidden
  18. settings: { }
  19. third_party_settings: { }
  20. weight: 100
  21. region: content
  22. links:
  23. weight: 101
  24. region: content
  25. hidden: { }

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