field.storage.post.field_post_image.yml in Open Social 8.7
Same filename and directory in other branches
- 8.9 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8.2 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8.3 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8.4 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8.5 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8.6 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 8.8 modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 10.3.x modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 10.0.x modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 10.1.x modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
- 10.2.x modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.yml
3 string references to 'field.storage.post.field_post_image'
- SocialFilePrivateFieldsConfigOverride::getFileImageFieldsToProtect in modules/
custom/ social_file_private/ src/ SocialFilePrivateFieldsConfigOverride.php - Get all the file and image fields to protect.
- SocialPostPhotoConfigOverride::loadOverrides in modules/
social_features/ social_post/ modules/ social_post_photo/ src/ SocialPostPhotoConfigOverride.php - Returns config overrides.
- social_post_photo_uninstall in modules/
social_features/ social_post/ modules/ social_post_photo/ social_post_photo.install - Uninstall hook for Social Post Photo.
File
modules/social_features/social_post/modules/social_post_photo/config/install/field.storage.post.field_post_image.ymlView source
- langcode: en
- status: true
- dependencies:
- module:
- - file
- - image
- - social_post
- id: post.field_post_image
- field_name: field_post_image
- entity_type: post
- type: image
- settings:
- uri_scheme: public
- default_image:
- uuid: ''
- alt: ''
- title: ''
- width: null
- height: null
- target_type: file
- display_field: false
- display_default: false
- module: image
- locked: false
- cardinality: -1
- translatable: true
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false