core.entity_form_display.node.book.default.yml

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

File

core/modules/book/config/optional/core.entity_form_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. id: node.book.default
  10. targetEntityType: node
  11. bundle: book
  12. mode: default
  13. content:
  14. body:
  15. type: text_textarea_with_summary
  16. weight: 26
  17. region: content
  18. settings:
  19. rows: 9
  20. summary_rows: 3
  21. placeholder: ''
  22. show_summary: false
  23. third_party_settings: { }
  24. created:
  25. type: datetime_timestamp
  26. weight: 10
  27. region: content
  28. settings: { }
  29. third_party_settings: { }
  30. promote:
  31. type: boolean_checkbox
  32. weight: 15
  33. region: content
  34. settings:
  35. display_label: true
  36. third_party_settings: { }
  37. status:
  38. type: boolean_checkbox
  39. weight: 120
  40. region: content
  41. settings:
  42. display_label: true
  43. third_party_settings: { }
  44. sticky:
  45. type: boolean_checkbox
  46. weight: 16
  47. region: content
  48. settings:
  49. display_label: true
  50. third_party_settings: { }
  51. title:
  52. type: string_textfield
  53. weight: -5
  54. region: content
  55. settings:
  56. size: 60
  57. placeholder: ''
  58. third_party_settings: { }
  59. uid:
  60. type: entity_reference_autocomplete
  61. weight: 5
  62. region: content
  63. settings:
  64. match_operator: CONTAINS
  65. match_limit: 10
  66. size: 60
  67. placeholder: ''
  68. third_party_settings: { }
  69. hidden: { }

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