You are here

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

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

File

modules/social_features/social_post/config/install/core.entity_form_display.post.post.profile.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_form_mode.post.profile
  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.profile
  15. targetEntityType: post
  16. bundle: post
  17. mode: profile
  18. content:
  19. field_post:
  20. type: string_textarea
  21. weight: 0
  22. settings:
  23. rows: 5
  24. placeholder: 'What''s on your mind?'
  25. third_party_settings: { }
  26. region: content
  27. field_visibility:
  28. type: dropdown_widget_type
  29. weight: 1
  30. settings: { }
  31. third_party_settings: { }
  32. region: content
  33. status:
  34. region: content
  35. settings:
  36. display_label: true
  37. type: boolean_checkbox
  38. weight: 20
  39. third_party_settings: { }
  40. hidden:
  41. field_post_comments: true
  42. field_recipient_group: true
  43. field_recipient_user: true
  44. langcode: true
  45. user_id: true