You are here

field.storage.node.field_content_visibility.yml in Open Social 8.9

modules/social_features/social_event/config/install/field.storage.node.field_content_visibility.yml

File

modules/social_features/social_event/config/install/field.storage.node.field_content_visibility.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - entity_access_by_field
  6. - node
  7. _core:
  8. default_config_hash: JzDmy8pQ5QXtw4GI-V3qGD5hGn67xxn2wigWltKkav4
  9. id: node.field_content_visibility
  10. field_name: field_content_visibility
  11. entity_type: node
  12. type: entity_access_field
  13. settings:
  14. allowed_values:
  15. -
  16. value: public
  17. label: 'Public - visible to everyone including people who are not a member'
  18. -
  19. value: community
  20. label: 'Community - visible only to logged in members'
  21. -
  22. value: group
  23. label: 'Group members - visible only to group members'
  24. allowed_values_function: ''
  25. module: entity_access_by_field
  26. locked: false
  27. cardinality: 1
  28. translatable: true
  29. indexes: { }
  30. persist_with_no_fields: false
  31. custom_storage: false