field.field.profile.profile.field_profile_image.yml in Open Social 8.7
Same filename and directory in other branches
- 8.9 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8.2 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8.3 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8.4 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8.5 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8.6 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 8.8 modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 10.3.x modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 10.0.x modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 10.1.x modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
- 10.2.x modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
2 string references to 'field.field.profile.profile.field_profile_image'
- social_profile_get_default_image in modules/
social_features/ social_profile/ social_profile.module - Function to fetch the default profile image.
- _social_profile_add_default_profile_image in modules/
social_features/ social_profile/ social_profile.install - Function to set default profile image if not set already.
File
modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.storage.profile.field_profile_image
- - profile.type.profile
- module:
- - image
- id: profile.profile.field_profile_image
- field_name: field_profile_image
- entity_type: profile
- bundle: profile
- label: 'Profile image'
- description: ''
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- file_directory: '[date:custom:Y]-[date:custom:m]'
- file_extensions: 'png gif jpg jpeg'
- max_filesize: ''
- max_resolution: 4096x4096
- min_resolution: ''
- alt_field: true
- alt_field_required: false
- title_field: false
- title_field_required: false
- default_image:
- uuid: 4eb1d927-28f4-402a-8c87-017e637f434a
- alt: 'Default profile image'
- title: 'Default profile image'
- width: 200
- height: 200
- handler: 'default:file'
- handler_settings: { }
- field_type: image