Same filename and directory in other branches
  1. 8.x-1.x config/schema/colorbox.schema.yml 1 comment
config/schema/colorbox.schema.yml

File

config/schema/colorbox.schema.yml

View source
  1. field.formatter.settings.colorbox:
  2. type: mapping
  3. label: 'Entity reference field formatter settings.'
  4. mapping:
  5. colorbox_node_style:
  6. type: string
  7. label: 'Node Style'
  8. colorbox_node_style_first:
  9. type: string
  10. label: 'Node style first'
  11. colorbox_image_style:
  12. type: string
  13. label: 'Image style'
  14. colorbox_gallery:
  15. type: string
  16. label: 'Gallery'
  17. colorbox_gallery_custom:
  18. type: string
  19. label: 'Gallery custom'
  20. colorbox_caption:
  21. type: string
  22. label: 'Caption'
  23. colorbox_caption_custom:
  24. type: string
  25. label: 'Caption custom'
  26. colorbox.settings:
  27. type: config_object
  28. label: 'Colorbox settings'
  29. mapping:
  30. dompurify_hide_warning:
  31. type: boolean
  32. label: Don't show warning on status report
  33. custom:
  34. type: mapping
  35. label: Custom Settings
  36. mapping:
  37. style:
  38. type: string
  39. label: 'Style'
  40. activate:
  41. type: integer
  42. label: 'Options'
  43. transition_type:
  44. type: string
  45. label: 'Transition type'
  46. transition_speed:
  47. type: integer
  48. label: 'Transition speed'
  49. opacity:
  50. type: float
  51. label: 'Opacity'
  52. text_current:
  53. type: text
  54. label: 'Current'
  55. text_previous:
  56. type: text
  57. label: 'Previous'
  58. text_next:
  59. type: text
  60. label: 'Next'
  61. text_close:
  62. type: text
  63. label: 'Close'
  64. maxwidth:
  65. type: text
  66. label: 'Max width'
  67. maxheight:
  68. type: text
  69. label: 'Max height'
  70. initialwidth:
  71. type: text
  72. label: 'Initial width'
  73. initialheight:
  74. type: text
  75. label: 'Initial height'
  76. overlayclose:
  77. type: boolean
  78. label: 'Overlay close'
  79. returnfocus:
  80. type: boolean
  81. label: 'Return focus'
  82. fixed:
  83. type: boolean
  84. label: 'Fixed'
  85. scrolling:
  86. type: boolean
  87. label: 'Scrollbars'
  88. slideshow:
  89. type: mapping
  90. label: 'Slideshow'
  91. mapping:
  92. slideshow:
  93. type: integer
  94. label: 'Slideshow'
  95. auto:
  96. type: boolean
  97. label: 'Slideshow autostart'
  98. speed:
  99. type: integer
  100. label: 'Slideshow speed'
  101. text_start:
  102. type: text
  103. label: 'Start slideshow'
  104. text_stop:
  105. type: text
  106. label: 'Stop slideshow'
  107. advanced:
  108. type: mapping
  109. label: 'Advanced settings'
  110. mapping:
  111. unique_token:
  112. type: integer
  113. label: 'Unique per-request gallery token'
  114. mobile_detect:
  115. type: integer
  116. label: 'Mobile detection'
  117. mobile_device_width:
  118. type: string
  119. label: 'Device width'
  120. caption_trim:
  121. type: integer
  122. label: 'Caption shortening'
  123. caption_trim_length:
  124. type: integer
  125. label: 'Caption max length'
  126. compression_type:
  127. type: string
  128. label: 'Colorbox compression level'