Same filename and directory in other branches
  1. 2.0.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. custom:
  31. type: mapping
  32. label: Custom Settings
  33. mapping:
  34. style:
  35. type: string
  36. label: 'Style'
  37. activate:
  38. type: integer
  39. label: 'Options'
  40. transition_type:
  41. type: string
  42. label: 'Transition type'
  43. transition_speed:
  44. type: integer
  45. label: 'Transition speed'
  46. opacity:
  47. type: float
  48. label: 'Opacity'
  49. text_current:
  50. type: text
  51. label: 'Current'
  52. text_previous:
  53. type: text
  54. label: 'Previous'
  55. text_next:
  56. type: text
  57. label: 'Next'
  58. text_close:
  59. type: text
  60. label: 'Close'
  61. maxwidth:
  62. type: text
  63. label: 'Max width'
  64. maxheight:
  65. type: text
  66. label: 'Max height'
  67. initialwidth:
  68. type: text
  69. label: 'Initial width'
  70. initialheight:
  71. type: text
  72. label: 'Initial height'
  73. overlayclose:
  74. type: boolean
  75. label: 'Overlay close'
  76. returnfocus:
  77. type: boolean
  78. label: 'Return focus'
  79. fixed:
  80. type: boolean
  81. label: 'Fixed'
  82. scrolling:
  83. type: boolean
  84. label: 'Scrollbars'
  85. slideshow:
  86. type: mapping
  87. label: 'Slideshow'
  88. mapping:
  89. slideshow:
  90. type: integer
  91. label: 'Slideshow'
  92. auto:
  93. type: boolean
  94. label: 'Slideshow autostart'
  95. speed:
  96. type: integer
  97. label: 'Slideshow speed'
  98. text_start:
  99. type: text
  100. label: 'Start slideshow'
  101. text_stop:
  102. type: text
  103. label: 'Stop slideshow'
  104. advanced:
  105. type: mapping
  106. label: 'Advanced settings'
  107. mapping:
  108. unique_token:
  109. type: integer
  110. label: 'Unique per-request gallery token'
  111. mobile_detect:
  112. type: integer
  113. label: 'Mobile detection'
  114. mobile_device_width:
  115. type: string
  116. label: 'Device width'
  117. caption_trim:
  118. type: integer
  119. label: 'Caption shortening'
  120. caption_trim_length:
  121. type: integer
  122. label: 'Caption max length'
  123. compression_type:
  124. type: string
  125. label: 'Colorbox compression level'