field.storage.node.field_content_visibility.yml in Open Social 10.3.x
modules/social_features/social_node/config/install/field.storage.node.field_content_visibility.yml
1 string reference to 'field.storage.node.field_content_visibility'
- social_event_update_8908 in modules/
social_features/ social_event/ social_event.install - Update labels for content visibility.
File
modules/social_features/social_node/config/install/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'
- -
- value: community
- label: 'Community'
- -
- value: group
- label: '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