You are here

field.field.profile.profile.field_profile_image.yml in Open Social 8.3

modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml

File

modules/social_features/social_profile/config/install/field.field.profile.profile.field_profile_image.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.profile.field_profile_image
  6. - profile.type.profile
  7. module:
  8. - image
  9. id: profile.profile.field_profile_image
  10. field_name: field_profile_image
  11. entity_type: profile
  12. bundle: profile
  13. label: 'Profile image'
  14. description: ''
  15. required: false
  16. translatable: false
  17. default_value: { }
  18. default_value_callback: ''
  19. settings:
  20. file_directory: '[date:custom:Y]-[date:custom:m]'
  21. file_extensions: 'png gif jpg jpeg'
  22. max_filesize: ''
  23. max_resolution: 4096x4096
  24. min_resolution: ''
  25. alt_field: true
  26. alt_field_required: false
  27. title_field: false
  28. title_field_required: false
  29. default_image:
  30. uuid: 4eb1d927-28f4-402a-8c87-017e637f434a
  31. alt: 'Default profile image'
  32. title: 'Default profile image'
  33. width: 200
  34. height: 200
  35. handler: 'default:file'
  36. handler_settings: { }
  37. field_type: image