You are here

core.entity_form_display.profile.profile.default.yml in Open Social 8.6

modules/social_features/social_profile/config/install/core.entity_form_display.profile.profile.default.yml

File

modules/social_features/social_profile/config/install/core.entity_form_display.profile.profile.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.profile.profile.field_profile_address
  6. - field.field.profile.profile.field_profile_banner_image
  7. - field.field.profile.profile.field_profile_expertise
  8. - field.field.profile.profile.field_profile_first_name
  9. - field.field.profile.profile.field_profile_function
  10. - field.field.profile.profile.field_profile_image
  11. - field.field.profile.profile.field_profile_interests
  12. - field.field.profile.profile.field_profile_last_name
  13. - field.field.profile.profile.field_profile_organization
  14. - field.field.profile.profile.field_profile_phone_number
  15. - field.field.profile.profile.field_profile_profile_tag
  16. - field.field.profile.profile.field_profile_self_introduction
  17. - field.field.profile.profile.field_profile_show_email
  18. - image.style.social_x_large
  19. - profile.type.profile
  20. module:
  21. - address
  22. - field_group
  23. - image_widget_crop
  24. - telephone
  25. - text
  26. third_party_settings:
  27. field_group:
  28. group_profile_names_image:
  29. children:
  30. - field_profile_first_name
  31. - field_profile_last_name
  32. - field_profile_image
  33. - field_profile_banner_image
  34. parent_name: ''
  35. weight: 0
  36. label: 'Names and profile image'
  37. format_type: fieldset
  38. format_settings:
  39. label: 'Names and profile image'
  40. required_fields: true
  41. id: name
  42. classes: scrollspy
  43. group_profile_funct_organization:
  44. children:
  45. - field_profile_function
  46. - field_profile_organization
  47. parent_name: ''
  48. weight: 1
  49. label: 'Function and organization'
  50. format_type: fieldset
  51. format_settings:
  52. label: 'Function and organization'
  53. required_fields: true
  54. id: work
  55. classes: scollspy
  56. group_profile_self_intro:
  57. children:
  58. - field_profile_self_introduction
  59. - field_profile_expertise
  60. - field_profile_interests
  61. - field_profile_profile_tag
  62. parent_name: ''
  63. weight: 3
  64. label: 'Self introduction, expertise and interests'
  65. format_type: fieldset
  66. format_settings:
  67. label: 'Self introduction, expertise and interests'
  68. required_fields: true
  69. id: details
  70. classes: scrollspy
  71. group_profile_contact_info:
  72. children:
  73. - field_profile_phone_number
  74. - field_profile_address
  75. parent_name: ''
  76. weight: 2
  77. label: 'Phone number and location'
  78. format_type: fieldset
  79. format_settings:
  80. label: 'Phone number and location'
  81. required_fields: true
  82. id: contact
  83. classes: scollspy
  84. id: profile.profile.default
  85. targetEntityType: profile
  86. bundle: profile
  87. mode: default
  88. content:
  89. field_profile_address:
  90. weight: 7
  91. settings:
  92. default_country: site_default
  93. third_party_settings: { }
  94. type: address_default
  95. region: content
  96. field_profile_banner_image:
  97. weight: 4
  98. settings:
  99. show_crop_area: true
  100. show_default_crop: true
  101. warn_multiple_usages: true
  102. preview_image_style: social_x_large
  103. crop_preview_image_style: crop_thumbnail
  104. progress_indicator: throbber
  105. crop_list:
  106. - hero
  107. third_party_settings: { }
  108. type: image_widget_crop
  109. region: content
  110. field_profile_expertise:
  111. weight: 6
  112. settings:
  113. match_operator: CONTAINS
  114. size: 60
  115. placeholder: ''
  116. third_party_settings: { }
  117. type: entity_reference_autocomplete_tags
  118. region: content
  119. field_profile_first_name:
  120. weight: 1
  121. settings:
  122. size: 60
  123. placeholder: ''
  124. third_party_settings: { }
  125. type: string_textfield
  126. region: content
  127. field_profile_function:
  128. weight: 2
  129. settings:
  130. size: 60
  131. placeholder: ''
  132. third_party_settings: { }
  133. type: string_textfield
  134. region: content
  135. field_profile_image:
  136. weight: 3
  137. settings:
  138. show_default_crop: true
  139. preview_image_style: social_x_large
  140. crop_preview_image_style: crop_thumbnail
  141. crop_list:
  142. - profile_large
  143. - teaser
  144. - profile_medium
  145. - profile_small
  146. progress_indicator: throbber
  147. show_crop_area: true
  148. third_party_settings: { }
  149. type: image_widget_crop
  150. region: content
  151. field_profile_interests:
  152. weight: 7
  153. settings:
  154. match_operator: CONTAINS
  155. size: 60
  156. placeholder: ''
  157. third_party_settings: { }
  158. type: entity_reference_autocomplete_tags
  159. region: content
  160. field_profile_last_name:
  161. weight: 2
  162. settings:
  163. size: 60
  164. placeholder: ''
  165. third_party_settings: { }
  166. type: string_textfield
  167. region: content
  168. field_profile_organization:
  169. weight: 3
  170. settings:
  171. size: 60
  172. placeholder: ''
  173. third_party_settings: { }
  174. type: string_textfield
  175. region: content
  176. field_profile_phone_number:
  177. weight: 6
  178. settings:
  179. placeholder: ''
  180. third_party_settings: { }
  181. type: telephone_default
  182. region: content
  183. field_profile_profile_tag:
  184. weight: 8
  185. settings: { }
  186. third_party_settings: { }
  187. type: options_buttons
  188. region: content
  189. field_profile_self_introduction:
  190. weight: 5
  191. settings:
  192. rows: 5
  193. placeholder: ''
  194. third_party_settings: { }
  195. type: text_textarea
  196. region: content
  197. hidden:
  198. field_profile_show_email: true