You are here

field.storage.node.field_content_visibility.yml in Open Social 10.2.x

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. id: node.field_content_visibility
  8. field_name: field_content_visibility
  9. entity_type: node
  10. type: entity_access_field
  11. settings:
  12. allowed_values:
  13. -
  14. value: public
  15. label: 'Public'
  16. -
  17. value: community
  18. label: 'Community'
  19. -
  20. value: group
  21. label: 'Group members'
  22. allowed_values_function: ''
  23. module: entity_access_by_field
  24. locked: false
  25. cardinality: 1
  26. translatable: true
  27. indexes: { }
  28. persist_with_no_fields: false
  29. custom_storage: false