recipe.yml

core/recipes/user_picture/recipe.yml

File

core/recipes/user_picture/recipe.yml

View source
  1. name: User pictures
  2. description: 'Adds the ability for user accounts to have pictures (avatars).'
  3. type: Users
  4. install:
  5. - image
  6. - user
  7. config:
  8. strict:
  9. # Treat field storages strictly, since they influence the database layout.
  10. - field.storage.user.user_picture
  11. import:
  12. image:
  13. - image.style.thumbnail

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.