You are here

field.storage.user.user_picture.yml in Thunder 8.5

config/install/field.storage.user.user_picture.yml

File

config/install/field.storage.user.user_picture.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - file
  6. - image
  7. - user
  8. id: user.user_picture
  9. field_name: user_picture
  10. entity_type: user
  11. type: image
  12. settings:
  13. uri_scheme: public
  14. default_image:
  15. uuid: null
  16. alt: ''
  17. title: ''
  18. width: null
  19. height: null
  20. target_type: file
  21. display_field: false
  22. display_default: false
  23. module: image
  24. locked: false
  25. cardinality: 1
  26. translatable: true
  27. indexes:
  28. target_id:
  29. - target_id
  30. persist_with_no_fields: false
  31. custom_storage: false