You are here

core.entity_form_display.post.photo.group.yml in Open Social 8.8

modules/social_features/social_post/modules/social_post_photo/config/features_removal/core.entity_form_display.post.photo.group.yml

File

modules/social_features/social_post/modules/social_post_photo/config/features_removal/core.entity_form_display.post.photo.group.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_form_mode.post.group
  6. - field.field.post.photo.field_post
  7. - field.field.post.photo.field_post_comments
  8. - field.field.post.photo.field_post_image
  9. - field.field.post.photo.field_recipient_group
  10. - field.field.post.photo.field_recipient_user
  11. - field.field.post.photo.field_visibility
  12. - image.style.social_post_photo
  13. - social_post.post_type.photo
  14. module:
  15. - dropdown
  16. - image
  17. - text
  18. id: post.photo.group
  19. targetEntityType: post
  20. bundle: photo
  21. mode: group
  22. content:
  23. field_post:
  24. type: text_textarea
  25. weight: 0
  26. region: content
  27. settings:
  28. rows: 5
  29. placeholder: 'Say something about this photo '
  30. third_party_settings: { }
  31. field_post_image:
  32. weight: 1
  33. settings:
  34. preview_image_style: social_post_photo
  35. progress_indicator: throbber
  36. third_party_settings: { }
  37. type: image_image
  38. region: content
  39. field_visibility:
  40. type: dropdown_widget_type
  41. weight: 2
  42. region: content
  43. settings: { }
  44. third_party_settings: { }
  45. status:
  46. region: content
  47. settings:
  48. display_label: true
  49. type: boolean_checkbox
  50. weight: 20
  51. third_party_settings: { }
  52. hidden:
  53. field_post_comments: true
  54. field_recipient_group: true
  55. field_recipient_user: true
  56. langcode: true
  57. user_id: true