You are here

core.entity_form_display.node.topic.default.yml in Open Social 8.2

modules/social_features/social_topic/config/install/core.entity_form_display.node.topic.default.yml

File

modules/social_features/social_topic/config/install/core.entity_form_display.node.topic.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.topic.body
  6. - field.field.node.topic.field_content_visibility
  7. - field.field.node.topic.field_files
  8. - field.field.node.topic.field_topic_comments
  9. - field.field.node.topic.field_topic_image
  10. - field.field.node.topic.field_topic_type
  11. - image.style.social_x_large
  12. - node.type.topic
  13. module:
  14. - comment
  15. - field_group
  16. - file
  17. - image_widget_crop
  18. - path
  19. - text
  20. third_party_settings:
  21. field_group:
  22. group_topic_content:
  23. children:
  24. - field_topic_type
  25. - title
  26. - field_topic_image
  27. parent_name: ''
  28. weight: 0
  29. label: Content
  30. format_type: fieldset
  31. format_settings:
  32. label: Content
  33. required_fields: true
  34. id: content
  35. classes: 'card '
  36. group_topic_description:
  37. children:
  38. - body
  39. parent_name: ''
  40. weight: 2
  41. label: 'Description'
  42. format_type: fieldset
  43. format_settings:
  44. label: 'Description'
  45. required_fields: true
  46. id: description
  47. classes: 'card '
  48. group_topic_visibility:
  49. children:
  50. - groups
  51. - field_content_visibility
  52. parent_name: ''
  53. weight: 1
  54. label: Visibility
  55. format_type: fieldset
  56. format_settings:
  57. label: Visibility
  58. required_fields: true
  59. id: visibility
  60. classes: 'card '
  61. group_attachments:
  62. children:
  63. - field_files
  64. parent_name: ''
  65. weight: 5
  66. label: Attachments
  67. format_type: fieldset
  68. format_settings:
  69. label: Attachments
  70. required_fields: true
  71. id: attachments
  72. classes: 'card '
  73. id: node.topic.default
  74. targetEntityType: node
  75. bundle: topic
  76. mode: default
  77. content:
  78. body:
  79. type: text_textarea_with_summary
  80. weight: 1
  81. settings:
  82. rows: 9
  83. summary_rows: 3
  84. placeholder: ''
  85. third_party_settings: { }
  86. region: content
  87. created:
  88. type: datetime_timestamp
  89. weight: 4
  90. settings: { }
  91. third_party_settings: { }
  92. region: content
  93. field_content_visibility:
  94. weight: 17
  95. settings: { }
  96. third_party_settings: { }
  97. type: options_buttons
  98. region: content
  99. field_files:
  100. weight: 8
  101. settings:
  102. progress_indicator: throbber
  103. third_party_settings: { }
  104. type: file_generic
  105. region: content
  106. field_topic_comments:
  107. weight: 6
  108. settings: { }
  109. third_party_settings: { }
  110. type: comment_default
  111. region: content
  112. field_topic_image:
  113. weight: 4
  114. settings:
  115. show_crop_area: true
  116. show_default_crop: true
  117. preview_image_style: social_x_large
  118. crop_preview_image_style: crop_thumbnail
  119. crop_list:
  120. - hero
  121. - teaser
  122. progress_indicator: throbber
  123. warn_multiple_usages: true
  124. third_party_settings: { }
  125. type: image_widget_crop
  126. region: content
  127. field_topic_type:
  128. weight: 2
  129. settings: { }
  130. third_party_settings: { }
  131. type: options_buttons
  132. region: content
  133. path:
  134. type: path
  135. weight: 7
  136. settings: { }
  137. third_party_settings: { }
  138. region: content
  139. status:
  140. region: content
  141. settings:
  142. display_label: true
  143. type: boolean_checkbox
  144. weight: 120
  145. third_party_settings: { }
  146. title:
  147. type: string_textfield
  148. weight: 3
  149. settings:
  150. size: 60
  151. placeholder: ''
  152. third_party_settings: { }
  153. region: content
  154. uid:
  155. type: entity_reference_autocomplete
  156. weight: 3
  157. settings:
  158. match_operator: CONTAINS
  159. size: 60
  160. placeholder: ''
  161. third_party_settings: { }
  162. region: content
  163. hidden:
  164. promote: true
  165. sticky: true