You are here

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

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

File

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