Same filename and directory in other branches
  1. 8.x-1.x colorbox.libraries.yml 1 comment
colorbox.libraries.yml

File

./colorbox.libraries.yml

View source
  1. colorbox:
  2. remote: https://github.com/jackmoore/colorbox
  3. version: VERSION
  4. license:
  5. name: MIT
  6. gpl-compatible: false
  7. js:
  8. /libraries/colorbox/jquery.colorbox-min.js: { minified: true }
  9. dependencies:
  10. - core/drupal
  11. - core/drupalSettings
  12. - core/jquery
  13. - core/once
  14. colorbox-dev:
  15. remote: https://github.com/jackmoore/colorbox
  16. version: VERSION
  17. license:
  18. name: MIT
  19. gpl-compatible: false
  20. js:
  21. /libraries/colorbox/jquery.colorbox.js: { }
  22. dependencies:
  23. - core/jquery
  24. - core/once
  25. dompurify:
  26. remote: https://github.com/cure53/DOMPurify
  27. version: VERSION
  28. license:
  29. name: MPL
  30. gpl-compatible: false
  31. js:
  32. /libraries/dompurify/dist/purify.min.js: { }
  33. init:
  34. version: VERSION
  35. js:
  36. js/colorbox.js: {}
  37. dependencies:
  38. - core/jquery
  39. - core/drupal
  40. plain:
  41. version: VERSION
  42. js:
  43. styles/plain/colorbox_style.js: {}
  44. css:
  45. theme:
  46. styles/plain/colorbox_style.css: {}
  47. dependencies:
  48. - colorbox/init
  49. stockholmsyndrome:
  50. version: VERSION
  51. js:
  52. styles/stockholmsyndrome/colorbox_style.js: {}
  53. css:
  54. theme:
  55. styles/stockholmsyndrome/colorbox_style.css: {}
  56. dependencies:
  57. - colorbox/init
  58. default:
  59. version: VERSION
  60. js:
  61. styles/default/colorbox_style.js: {}
  62. css:
  63. theme:
  64. styles/default/colorbox_style.css: {}
  65. dependencies:
  66. - colorbox/init
  67. example1:
  68. version: VERSION
  69. css:
  70. theme:
  71. /libraries/colorbox/example1/colorbox.css: {}
  72. dependencies:
  73. - colorbox/init
  74. example2:
  75. version: VERSION
  76. css:
  77. theme:
  78. /libraries/colorbox/example2/colorbox.css: {}
  79. dependencies:
  80. - colorbox/init
  81. example3:
  82. version: VERSION
  83. css:
  84. theme:
  85. /libraries/colorbox/example3/colorbox.css: {}
  86. dependencies:
  87. - colorbox/init
  88. example4:
  89. version: VERSION
  90. css:
  91. theme:
  92. /libraries/colorbox/example4/colorbox.css: {}
  93. dependencies:
  94. - colorbox/init
  95. example5:
  96. version: VERSION
  97. css:
  98. theme:
  99. /libraries/colorbox/example5/colorbox.css: {}
  100. dependencies:
  101. - colorbox/init