You are here

core.entity_form_display.profile.profile.default.yml in Open Social 10.3.x

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_banner_image
  33. - field_profile_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: 10
  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: 13
  112. settings:
  113. match_operator: CONTAINS
  114. size: 60
  115. placeholder: ''
  116. match_limit: 10
  117. third_party_settings: { }
  118. type: entity_reference_autocomplete_tags
  119. region: content
  120. field_profile_first_name:
  121. weight: 8
  122. settings:
  123. size: 60
  124. placeholder: ''
  125. third_party_settings: { }
  126. type: string_textfield
  127. region: content
  128. field_profile_function:
  129. weight: 16
  130. settings:
  131. size: 60
  132. placeholder: ''
  133. third_party_settings: { }
  134. type: string_textfield
  135. region: content
  136. field_profile_image:
  137. weight: 11
  138. settings:
  139. show_default_crop: true
  140. preview_image_style: social_x_large
  141. crop_preview_image_style: crop_thumbnail
  142. crop_list:
  143. - profile_large
  144. - teaser
  145. - profile_medium
  146. - profile_small
  147. progress_indicator: throbber
  148. show_crop_area: true
  149. third_party_settings: { }
  150. type: image_widget_crop
  151. region: content
  152. field_profile_interests:
  153. weight: 14
  154. settings:
  155. match_operator: CONTAINS
  156. size: 60
  157. placeholder: ''
  158. match_limit: 10
  159. third_party_settings: { }
  160. type: entity_reference_autocomplete_tags
  161. region: content
  162. field_profile_last_name:
  163. weight: 9
  164. settings:
  165. size: 60
  166. placeholder: ''
  167. third_party_settings: { }
  168. type: string_textfield
  169. region: content
  170. field_profile_organization:
  171. weight: 17
  172. settings:
  173. size: 60
  174. placeholder: ''
  175. third_party_settings: { }
  176. type: string_textfield
  177. region: content
  178. field_profile_phone_number:
  179. weight: 6
  180. settings:
  181. placeholder: ''
  182. third_party_settings: { }
  183. type: telephone_default
  184. region: content
  185. field_profile_profile_tag:
  186. weight: 15
  187. settings: { }
  188. third_party_settings: { }
  189. type: options_buttons
  190. region: content
  191. field_profile_self_introduction:
  192. weight: 12
  193. settings:
  194. rows: 5
  195. placeholder: ''
  196. third_party_settings: { }
  197. type: text_textarea
  198. region: content
  199. hidden:
  200. field_profile_show_email: true