You are here

fotorama_gallery.schema.yml in Fotorama Gallery 8.2

config/schema/fotorama_gallery.schema.yml

File

config/schema/fotorama_gallery.schema.yml
View source
  1. # Schema for configuration files of the Fotorama Gallery module.
  2. field.formatter.settings.fotorama_gallery:
  3. type: mapping
  4. label: 'Image field display format settings'
  5. mapping:
  6. image_link:
  7. type: string
  8. label: 'Link image to'
  9. image_style:
  10. type: string
  11. label: 'Image style'
  12. dimensions:
  13. type: mapping
  14. label: 'Dimensions'
  15. mapping:
  16. ratio:
  17. type: string
  18. label: 'data-ratio'
  19. width:
  20. type: string
  21. label: 'data-width'
  22. maxwidth:
  23. type: string
  24. label: 'data-maxwidth'
  25. minwidth:
  26. type: string
  27. label: 'data-minwidth'
  28. height:
  29. type: string
  30. label: 'data-height'
  31. maxheight:
  32. type: integer
  33. label: 'data-maxheight'
  34. minheight:
  35. type: boolean
  36. label: 'data-minheight'
  37. others:
  38. type: mapping
  39. label: 'Others'
  40. mapping:
  41. fit:
  42. type: integer
  43. label: 'data-fit'
  44. allowfullscreen:
  45. type: integer
  46. label: 'data-Allowfullscreen'
  47. loop:
  48. type: boolean
  49. label: 'data-loop'
  50. shuffle:
  51. type: boolean
  52. label: 'data-shuffle'
  53. keyboard:
  54. type: boolean
  55. label: 'data-keyboard'
  56. arrows:
  57. type: integer
  58. label: 'data-arrows'
  59. click:
  60. type: boolean
  61. label: 'data-click'
  62. swipe:
  63. type: boolean
  64. label: 'data-swipe'
  65. trackpad:
  66. type: boolean
  67. label: 'data-trackpad'
  68. autoplay:
  69. type: mapping
  70. label: 'Autoplay'
  71. mapping:
  72. stopautoplayontouch:
  73. type: boolean
  74. label: 'data-stopautoplayontouch'
  75. navigation:
  76. type: mapping
  77. label: 'Navigation'
  78. mapping:
  79. nav:
  80. type: integer
  81. label: 'data-nav'
  82. navposition:
  83. type: integer
  84. label: 'data-navposition'
  85. transition:
  86. type: mapping
  87. label: 'Transition'
  88. mapping:
  89. transition:
  90. type: integer
  91. label: 'data-transition'
  92. clicktransition:
  93. type: boolean
  94. label: 'data-clicktransition'