You are here

core.entity_form_display.post.post.group.yml in Open Social 8.2

modules/social_features/social_post/config/install/core.entity_form_display.post.post.group.yml

File

modules/social_features/social_post/config/install/core.entity_form_display.post.post.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.post.field_post
  7. - field.field.post.post.field_post_comments
  8. - field.field.post.post.field_recipient_group
  9. - field.field.post.post.field_recipient_user
  10. - field.field.post.post.field_visibility
  11. - social_post.post_type.post
  12. module:
  13. - dropdown
  14. id: post.post.group
  15. targetEntityType: post
  16. bundle: post
  17. mode: group
  18. content:
  19. field_post:
  20. type: string_textarea
  21. weight: 0
  22. label: hidden
  23. settings:
  24. rows: 5
  25. placeholder: 'What''s on your mind?'
  26. third_party_settings: { }
  27. region: content
  28. field_visibility:
  29. type: dropdown_widget_type
  30. weight: 1
  31. settings: { }
  32. third_party_settings: { }
  33. region: content
  34. status:
  35. region: content
  36. settings:
  37. display_label: true
  38. type: boolean_checkbox
  39. weight: 20
  40. third_party_settings: { }
  41. hidden:
  42. field_post_comments: true
  43. field_recipient_group: true
  44. field_recipient_user: true
  45. langcode: true
  46. user_id: true