You are here

avatars.schema.yml in Avatar Kit 8

Same filename and directory in other branches
  1. 8.2 config/schema/avatars.schema.yml
config/schema/avatars.schema.yml

File

config/schema/avatars.schema.yml
View source
  1. avatars.settings:
  2. type: config_object
  3. label: 'Avatar Kit settings'
  4. mapping:
  5. refresh_interval:
  6. type: mapping
  7. mapping:
  8. dynamic:
  9. type: integer
  10. label: 'How long should dynamic avatars be cached before allowing refresh.'
  11. static:
  12. type: integer
  13. label: 'How long should non-preferred static avatars be cached. Leave empty to never delete. Preferred static avatars never expire.'
  14. avatars.generator.*:
  15. type: config_entity
  16. label: 'Avatar Generator'
  17. mapping:
  18. id:
  19. type: string
  20. label: 'ID'
  21. label:
  22. type: label
  23. label: 'Label'
  24. weight:
  25. type: integer
  26. label: 'Weight'
  27. plugin:
  28. type: string
  29. label: 'Plugin'
  30. provider:
  31. type: string
  32. label: 'Provider'
  33. settings:
  34. type: avatar_generator.settings.[%parent.plugin]
  35. avatar_generator.settings.*:
  36. type: avatar_generator_settings
  37. field.widget.settings.avatars_generator_preview:
  38. type: mapping
  39. label: 'Avatar generator preview settings'
  40. mapping:
  41. preview_image_style:
  42. type: string
  43. label: 'Preview image style'