You are here

imagezoom.schema.yml in Image Zoom 8.3

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

File

config/schema/imagezoom.schema.yml
View source
  1. field.formatter.settings.imagezoom:
  2. type: mapping
  3. label: 'Image Zoom display settings'
  4. mapping:
  5. imagezoom_options:
  6. type: string
  7. label: 'Options profile'
  8. field.formatter.settings.imagezoom_gallery:
  9. type: mapping
  10. label: 'Image Zoom Gallery display settings'
  11. mapping:
  12. imagezoom_options:
  13. type: string
  14. label: 'Options profile'
  15. imagezoom.options.*:
  16. type: config_entity
  17. label: 'Image Zoom options profile'
  18. mapping:
  19. id:
  20. type: string
  21. label: 'ID'
  22. label:
  23. type: label
  24. label: 'Label'
  25. options:
  26. type: mapping
  27. label: 'Options'
  28. mapping:
  29. zoom_type:
  30. type: string
  31. label: 'Zoom type'
  32. display_style:
  33. type: string
  34. label: 'Zoom display style'
  35. zoom_style:
  36. type: string
  37. label: 'Zoom style'
  38. disable:
  39. type: boolean
  40. label: 'Zoom disable'
  41. disable_width:
  42. type: integer
  43. label: 'Zoom minimum width'