You are here

field.storage.post.field_visibility.yml in Open Social 8.8

modules/social_features/social_post/config/features_removal/field.storage.post.field_visibility.yml

File

modules/social_features/social_post/config/features_removal/field.storage.post.field_visibility.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - dropdown
  6. - social_post
  7. id: post.field_visibility
  8. field_name: field_visibility
  9. entity_type: post
  10. type: dropdown
  11. settings:
  12. allowed_values:
  13. -
  14. value: '0'
  15. label: Community
  16. description: 'Visible only to members who are logged in'
  17. -
  18. value: '1'
  19. label: Public
  20. description: 'Visible to all visitors of the site'
  21. -
  22. value: '2'
  23. label: Community
  24. description: 'Visible only to members who are logged in'
  25. -
  26. value: '3'
  27. label: 'Group members'
  28. description: 'Visible only to group members'
  29. module: dropdown
  30. locked: false
  31. cardinality: 1
  32. translatable: true
  33. indexes: { }
  34. persist_with_no_fields: false
  35. custom_storage: false