core.entity_form_display.node.forum.default.yml

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

File

core/modules/forum/config/optional/core.entity_form_display.node.forum.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.forum.body
  6. - field.field.node.forum.comment_forum
  7. - field.field.node.forum.taxonomy_forums
  8. - node.type.forum
  9. module:
  10. - comment
  11. - text
  12. id: node.forum.default
  13. targetEntityType: node
  14. bundle: forum
  15. mode: default
  16. content:
  17. body:
  18. type: text_textarea_with_summary
  19. weight: 27
  20. region: content
  21. settings:
  22. rows: 9
  23. summary_rows: 3
  24. placeholder: ''
  25. show_summary: false
  26. third_party_settings: { }
  27. comment_forum:
  28. type: comment_default
  29. weight: 20
  30. region: content
  31. settings: { }
  32. third_party_settings: { }
  33. created:
  34. type: datetime_timestamp
  35. weight: 10
  36. region: content
  37. settings: { }
  38. third_party_settings: { }
  39. promote:
  40. type: boolean_checkbox
  41. weight: 15
  42. region: content
  43. settings:
  44. display_label: true
  45. third_party_settings: { }
  46. status:
  47. type: boolean_checkbox
  48. weight: 120
  49. region: content
  50. settings:
  51. display_label: true
  52. third_party_settings: { }
  53. sticky:
  54. type: boolean_checkbox
  55. weight: 16
  56. region: content
  57. settings:
  58. display_label: true
  59. third_party_settings: { }
  60. taxonomy_forums:
  61. type: options_select
  62. weight: 26
  63. region: content
  64. settings: { }
  65. third_party_settings: { }
  66. title:
  67. type: string_textfield
  68. weight: -5
  69. region: content
  70. settings:
  71. size: 60
  72. placeholder: ''
  73. third_party_settings: { }
  74. uid:
  75. type: entity_reference_autocomplete
  76. weight: 5
  77. region: content
  78. settings:
  79. match_operator: CONTAINS
  80. match_limit: 10
  81. size: 60
  82. placeholder: ''
  83. third_party_settings: { }
  84. hidden: { }

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