core.entity_form_display.node.forum.default.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. settings:
  42. display_label: true
  43. weight: 15
  44. region: content
  45. third_party_settings: { }
  46. status:
  47. type: boolean_checkbox
  48. settings:
  49. display_label: true
  50. weight: 120
  51. region: content
  52. third_party_settings: { }
  53. sticky:
  54. type: boolean_checkbox
  55. settings:
  56. display_label: true
  57. weight: 16
  58. region: content
  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: { }