field.storage.node.field_content_visibility.yml in Open Social 8.8
modules/social_features/social_event/config/features_removal/field.storage.node.field_content_visibility.yml
File
modules/social_features/social_event/config/features_removal/field.storage.node.field_content_visibility.ymlView source
- langcode: en
- status: true
- dependencies:
- module:
- - entity_access_by_field
- - node
- id: node.field_content_visibility
- field_name: field_content_visibility
- entity_type: node
- type: entity_access_field
- settings:
- allowed_values:
- -
- value: public
- label: 'Public - visible to everyone including people who are not a member'
- -
- value: community
- label: 'Community - visible only to logged in members'
- -
- value: group
- label: 'Group members - visible only to group members'
- allowed_values_function: ''
- module: entity_access_by_field
- locked: false
- cardinality: 1
- translatable: true
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false