gridstack.libraries.yml in GridStack 8
File
gridstack.libraries.yml
View source
- # @todo use lodash since underscore was no longer supported as per
- # https://github.com/gridstack/gridstack.js/issues/913.
- all:
- version: VERSION
- js:
- /libraries/gridstack/dist/gridstack.all.js: {}
-
- gridstack:
- remote: https://github.com/troolee/gridstack.js
- version: 0.2.x
- license:
- name: MIT
- url: https://github.com/troolee/gridstack.js/blob/master/LICENSE
- gpl-compatible: true
- js:
- /libraries/gridstack/dist/gridstack.min.js: {}
- dependencies:
- - core/jquery
- - core/underscore
-
- ui:
- version: VERSION
- css:
- theme:
- css/gridstack.ui.css: {}
- dependencies:
- - core/jquery
- - core/jquery.ui
- - core/jquery.ui.draggable
- - core/jquery.ui.resizable
- - core/jquery.ui.touch-punch
-
- base:
- version: VERSION
- css:
- base:
- css/gridstack.css: {}
- theme:
- css/gridstack.theme.css: {}
- dependencies:
- - core/jquery
- - core/jquery.once
- - core/drupal
-
- load:
- version: VERSION
- js:
- js/gridstack.load.min.js: { weight: 0 }
- dependencies:
- - gridstack/gridstack
- - gridstack/base
-
- customized:
- version: VERSION
- js:
- js/gridstack.min.js: {}
- js/gridstack.load.min.js: { weight: 0 }
- dependencies:
- - core/underscore
- - gridstack/base
-
- layout:
- version: VERSION
- css:
- layout:
- css/gridstack.layout.css: {}
-
- skin:
- version: VERSION
- css:
- theme:
- css/gridstack.skin.css: {}
- dependencies:
- - gridstack/layout
-
- admin_base:
- version: VERSION
- css:
- theme:
- css/gridstack.admin.css: {}
-
- backbone:
- version: VERSION
- js:
- js/gridstack.backbone.min.js: {}
- dependencies:
- - core/backbone
- - gridstack/base
- - gridstack/ui
- - gridstack/all
-
- admin:
- version: VERSION
- js:
- js/gridstack.admin.min.js: {}
- dependencies:
- - gridstack/backbone
- - gridstack/admin_base