You are here

field.storage.user.user_picture.yml in Token 8

tests/modules/token_user_picture/config/install/field.storage.user.user_picture.yml

File

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