You are here

lazy.schema.yml in Lazy-load 8.3

config/schema/lazy.schema.yml

File

config/schema/lazy.schema.yml
View source
  1. lazy.settings:
  2. type: config_object
  3. mapping:
  4. skipClass:
  5. type: string
  6. label: skipClass
  7. disable_admin:
  8. type: boolean
  9. label: Disable administrative pages
  10. visibility:
  11. type: mapping
  12. mapping:
  13. id:
  14. type: string
  15. label: Plugin ID
  16. pages:
  17. type: string
  18. label: Pages
  19. negate:
  20. type: integer
  21. label: Negate
  22. placeholderSrc:
  23. type: string
  24. label: placeholderSrc
  25. preferNative:
  26. type: boolean
  27. label: preferNative
  28. cssEffect:
  29. type: boolean
  30. label: cssEffect
  31. minified:
  32. type: boolean
  33. label: minified
  34. libraryPath:
  35. type: string
  36. label: libraryPath
  37. lazysizes:
  38. type: mapping
  39. mapping:
  40. lazyClass:
  41. type: string
  42. label: lazyClass
  43. loadedClass:
  44. type: string
  45. label: loadedClass
  46. loadingClass:
  47. type: string
  48. label: loadingClass
  49. preloadClass:
  50. type: string
  51. label: preloadClass
  52. errorClass:
  53. type: string
  54. label: errorClass
  55. autosizesClass:
  56. type: string
  57. label: autosizesClass
  58. srcAttr:
  59. type: string
  60. label: srcAttr
  61. srcsetAttr:
  62. type: string
  63. label: srcsetAttr
  64. sizesAttr:
  65. type: string
  66. label: sizesAttr
  67. minSize:
  68. type: integer
  69. label: minSize
  70. customMedia:
  71. type: sequence
  72. label: customMedia
  73. sequence:
  74. type: string
  75. label: 'Custom Media'
  76. init:
  77. type: boolean
  78. label: init
  79. expFactor:
  80. type: float
  81. label: expFactor
  82. hFac:
  83. type: float
  84. label: hFac
  85. loadMode:
  86. type: integer
  87. label: loadMode
  88. loadHidden:
  89. type: boolean
  90. label: loadHidden
  91. ricTimeout:
  92. type: integer
  93. label: ricTimeout
  94. throttleDelay:
  95. type: integer
  96. label: throttleDelay
  97. plugins:
  98. type: sequence
  99. label: plugins
  100. sequence:
  101. type: string
  102. label: Plugin
  103. field.formatter.third_party.lazy:
  104. type: mapping
  105. label: 'Per field lazy-loading setting'
  106. mapping:
  107. lazy_image:
  108. type: string
  109. label: 'Lazy-loading'
  110. placeholder_style:
  111. type: string
  112. label: 'Placeholder image style'
  113. data_uri:
  114. type: boolean
  115. label: 'Use data URIs for the placeholder image'
  116. filter_settings.lazy_filter:
  117. type: filter
  118. label: 'Inline elements to be lazy-loaded via filter'
  119. mapping:
  120. image:
  121. type: boolean
  122. label: 'Image tags'
  123. iframe:
  124. type: boolean
  125. label: 'Iframe tags'