You are here

core.entity_form_display.node.topic.default.yml in Open Social 10.2.x

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. - body
  28. parent_name: ''
  29. weight: 0
  30. label: 'Basic information'
  31. format_type: fieldset
  32. format_settings:
  33. required_fields: true
  34. id: content
  35. classes: 'card '
  36. description: ''
  37. region: hidden
  38. group_topic_visibility:
  39. children:
  40. - groups
  41. - field_content_visibility
  42. parent_name: ''
  43. weight: 1
  44. label: 'Access permissions'
  45. format_type: fieldset
  46. format_settings:
  47. required_fields: true
  48. id: visibility
  49. classes: 'card '
  50. description: ''
  51. region: hidden
  52. group_attachments:
  53. children:
  54. - field_files
  55. parent_name: ''
  56. weight: 5
  57. label: 'Additional information'
  58. format_type: details
  59. format_settings:
  60. required_fields: true
  61. id: attachments
  62. classes: social-collapsible-fieldset
  63. description: ''
  64. open: false
  65. region: hidden
  66. group_settings:
  67. children:
  68. - field_topic_comments
  69. - path
  70. - uid
  71. - created
  72. - status
  73. format_settings:
  74. classes: social-collapsible-fieldset
  75. description: ''
  76. id: ''
  77. open: false
  78. required_fields: true
  79. format_type: details
  80. label: Settings
  81. parent_name: ''
  82. region: hidden
  83. weight: 20
  84. id: node.topic.default
  85. targetEntityType: node
  86. bundle: topic
  87. mode: default
  88. content:
  89. body:
  90. type: text_textarea_with_summary
  91. weight: 4
  92. settings:
  93. rows: 9
  94. summary_rows: 3
  95. placeholder: ''
  96. show_summary: false
  97. third_party_settings: { }
  98. region: content
  99. created:
  100. type: datetime_timestamp
  101. weight: 7
  102. settings: { }
  103. third_party_settings: { }
  104. region: content
  105. field_content_visibility:
  106. weight: 17
  107. settings: { }
  108. third_party_settings: { }
  109. type: options_buttons
  110. region: content
  111. field_files:
  112. weight: 8
  113. settings:
  114. progress_indicator: throbber
  115. third_party_settings: { }
  116. type: file_generic
  117. region: content
  118. field_topic_comments:
  119. weight: 3
  120. settings: { }
  121. third_party_settings: { }
  122. type: comment_default
  123. region: content
  124. field_topic_image:
  125. weight: 3
  126. settings:
  127. show_crop_area: true
  128. show_default_crop: true
  129. preview_image_style: social_x_large
  130. crop_preview_image_style: crop_thumbnail
  131. crop_list:
  132. - hero
  133. - teaser
  134. progress_indicator: throbber
  135. warn_multiple_usages: true
  136. crop_types_required: { }
  137. third_party_settings: { }
  138. type: image_widget_crop
  139. region: content
  140. field_topic_type:
  141. weight: 1
  142. settings: { }
  143. third_party_settings: { }
  144. type: options_buttons
  145. region: content
  146. groups:
  147. type: options_select
  148. settings: { }
  149. weight: 16
  150. region: content
  151. third_party_settings: { }
  152. path:
  153. type: path
  154. weight: 4
  155. settings: { }
  156. third_party_settings: { }
  157. region: content
  158. status:
  159. region: content
  160. settings:
  161. display_label: true
  162. type: boolean_checkbox
  163. weight: 120
  164. third_party_settings: { }
  165. title:
  166. type: string_textfield
  167. weight: 2
  168. settings:
  169. size: 60
  170. placeholder: ''
  171. third_party_settings: { }
  172. region: content
  173. uid:
  174. type: entity_reference_autocomplete
  175. weight: 6
  176. settings:
  177. match_operator: CONTAINS
  178. size: 60
  179. placeholder: ''
  180. match_limit: 10
  181. third_party_settings: { }
  182. region: content
  183. hidden:
  184. promote: true
  185. sticky: true