You are here

blazy.schema.yml in Blazy 8.2

Same filename and directory in other branches
  1. 8 config/schema/blazy.schema.yml
config/schema/blazy.schema.yml

File

config/schema/blazy.schema.yml
View source
  1. blazy.settings:
  2. type: config_object
  3. label: 'Blazy settings'
  4. mapping:
  5. admin_css:
  6. type: boolean
  7. label: 'Admin CSS'
  8. decode:
  9. type: boolean
  10. label: 'Use decoding'
  11. fx:
  12. type: string
  13. label: 'Image effect'
  14. noscript:
  15. type: boolean
  16. label: 'Add noscript'
  17. one_pixel:
  18. type: boolean
  19. label: 'One pixel placeholder'
  20. placeholder:
  21. type: string
  22. label: Placeholder
  23. unstyled_extensions:
  24. type: string
  25. label: 'Extensions without image styles'
  26. responsive_image:
  27. type: boolean
  28. label: 'Support Responsive image'
  29. blazy:
  30. type: mapping
  31. label: Blazy
  32. mapping:
  33. loadInvisible:
  34. type: boolean
  35. label: 'Load invisible'
  36. offset:
  37. type: integer
  38. label: Offset
  39. saveViewportOffsetDelay:
  40. type: integer
  41. label: 'Save viewport offset delay'
  42. validateDelay:
  43. type: integer
  44. label: 'Set validate delay'
  45. container:
  46. type: string
  47. label: 'Scrolling container'
  48. io:
  49. type: mapping
  50. label: IO
  51. mapping:
  52. enabled:
  53. type: boolean
  54. label: 'Enable IO'
  55. unblazy:
  56. type: boolean
  57. label: 'Unload bLazy'
  58. rootMargin:
  59. type: string
  60. label: rootMargin
  61. threshold:
  62. type: string
  63. label: threshold
  64. disconnect:
  65. type: boolean
  66. label: Disconnect
  67. extras:
  68. type: blazy_base
  69. label: Extras
  70. blazy_base:
  71. type: mapping
  72. label: 'Blazy image base display format settings'
  73. mapping:
  74. caption:
  75. type: sequence
  76. label: Captions
  77. sequence:
  78. - type: string
  79. label: Caption
  80. optionset:
  81. type: string
  82. label: Optionset
  83. field.formatter.settings.blazy:
  84. type: blazy_base
  85. label: 'Blazy image display format settings'
  86. field.formatter.settings.blazy_file:
  87. type: blazy_base
  88. label: 'Blazy image with ME display format settings'
  89. field.formatter.settings.blazy_video:
  90. type: blazy_base
  91. label: 'Blazy image with VEF display format settings'
  92. field.formatter.settings.blazy_media:
  93. type: blazy_base
  94. label: 'Blazy media display format settings'
  95. field.formatter.settings.blazy_oembed:
  96. type: blazy_base
  97. label: 'Blazy oembed display format settings'
  98. field.formatter.settings.blazy_text:
  99. type: blazy_base
  100. label: 'Blazy text display format settings'
  101. field.formatter.third_party.blazy:
  102. type: mapping
  103. label: 'Blazy third party display format settings'
  104. mapping:
  105. blazy:
  106. type: boolean
  107. label: Blazy
  108. filter_settings.blazy_filter:
  109. type: filter
  110. label: 'Blazy filter'
  111. mapping:
  112. filter_tags:
  113. type: sequence
  114. label: 'HTML tags'
  115. sequence:
  116. - type: string
  117. label: tag
  118. media_switch:
  119. type: string
  120. label: 'Media switcher'
  121. hybrid_style:
  122. type: string
  123. label: '(Responsive) image style'
  124. box_style:
  125. type: string
  126. label: 'Lightbox (Responsive) image style'
  127. box_caption:
  128. type: string
  129. label: 'Lightbox caption'
  130. use_data_uri:
  131. type: string
  132. label: 'Trust data URI'