core.entity_form_display.user.user.default.yml

core/recipes/user_picture/config/core.entity_form_display.user.user.default.yml

File

core/recipes/user_picture/config/core.entity_form_display.user.user.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.user.user.user_picture
  6. - image.style.thumbnail
  7. module:
  8. - image
  9. - user
  10. id: user.user.default
  11. targetEntityType: user
  12. bundle: user
  13. mode: default
  14. content:
  15. account:
  16. weight: -10
  17. region: content
  18. contact:
  19. weight: 5
  20. region: content
  21. language:
  22. weight: 0
  23. region: content
  24. timezone:
  25. weight: 6
  26. region: content
  27. user_picture:
  28. type: image_image
  29. weight: -1
  30. region: content
  31. settings:
  32. progress_indicator: throbber
  33. preview_image_style: thumbnail
  34. third_party_settings: { }
  35. hidden: { }

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