Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

field.storage.user.user_picture.yml

Same filename in this branch
  1. 11.1.x core/profiles/standard/config/install/field.storage.user.user_picture.yml
  2. 11.1.x core/profiles/demo_umami/config/install/field.storage.user.user_picture.yml
core/recipes/user_picture/config/field.storage.user.user_picture.yml

File

core/recipes/user_picture/config/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. target_type: file
  14. display_field: false
  15. display_default: false
  16. uri_scheme: public
  17. default_image:
  18. uuid: null
  19. alt: ''
  20. title: ''
  21. width: null
  22. height: null
  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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal