You are here

gridstack.libraries.yml in GridStack 8

Same filename and directory in other branches
  1. 8.2 gridstack.libraries.yml

File

gridstack.libraries.yml
View source
  1. # @todo use lodash since underscore was no longer supported as per
  2. # https://github.com/gridstack/gridstack.js/issues/913.
  3. all:
  4. version: VERSION
  5. js:
  6. /libraries/gridstack/dist/gridstack.all.js: {}
  7. gridstack:
  8. remote: https://github.com/troolee/gridstack.js
  9. version: 0.2.x
  10. license:
  11. name: MIT
  12. url: https://github.com/troolee/gridstack.js/blob/master/LICENSE
  13. gpl-compatible: true
  14. js:
  15. /libraries/gridstack/dist/gridstack.min.js: {}
  16. dependencies:
  17. - core/jquery
  18. - core/underscore
  19. ui:
  20. version: VERSION
  21. css:
  22. theme:
  23. css/gridstack.ui.css: {}
  24. dependencies:
  25. - core/jquery
  26. - core/jquery.ui
  27. - core/jquery.ui.draggable
  28. - core/jquery.ui.resizable
  29. - core/jquery.ui.touch-punch
  30. base:
  31. version: VERSION
  32. css:
  33. base:
  34. css/gridstack.css: {}
  35. theme:
  36. css/gridstack.theme.css: {}
  37. dependencies:
  38. - core/jquery
  39. - core/jquery.once
  40. - core/drupal
  41. load:
  42. version: VERSION
  43. js:
  44. js/gridstack.load.min.js: { weight: 0 }
  45. dependencies:
  46. - gridstack/gridstack
  47. - gridstack/base
  48. customized:
  49. version: VERSION
  50. js:
  51. js/gridstack.min.js: {}
  52. js/gridstack.load.min.js: { weight: 0 }
  53. dependencies:
  54. - core/underscore
  55. - gridstack/base
  56. layout:
  57. version: VERSION
  58. css:
  59. layout:
  60. css/gridstack.layout.css: {}
  61. skin:
  62. version: VERSION
  63. css:
  64. theme:
  65. css/gridstack.skin.css: {}
  66. dependencies:
  67. - gridstack/layout
  68. admin_base:
  69. version: VERSION
  70. css:
  71. theme:
  72. css/gridstack.admin.css: {}
  73. backbone:
  74. version: VERSION
  75. js:
  76. js/gridstack.backbone.min.js: {}
  77. dependencies:
  78. - core/backbone
  79. - gridstack/base
  80. - gridstack/ui
  81. - gridstack/all
  82. admin:
  83. version: VERSION
  84. js:
  85. js/gridstack.admin.min.js: {}
  86. dependencies:
  87. - gridstack/backbone
  88. - gridstack/admin_base