compose-8.x-1.x-dev/compose.libraries.yml
compose.libraries.yml
compose-library:
version: 1.x
css:
layout:
css/compose.layout.css: {}
theme:
css/jquery-ui.structure.min.css: {}
js:
js/jquery-ui.min.js: {}
js/compose-tabs.js: {}
js/compose.dialog.js: {}
js/compose-entity-widget.js: {}
dependencies:
- core/jquery
- core/drupal.ajax
- core/drupal.dialog.ajax
- compose/sortablejs
compose-seven:
css:
theme:
css/seven-overrides.css: {}
compose-entity-widget:
version: 1.x
js:
js/compose-entity-widget.js: {}
css:
layout:
css/entity-widget.layout.css: {}
theme:
css/entity-widget.theme.css: {}
dependencies:
- core/drupal
- core/drupalSettings
- core/jquery
- core/jquery.once
sortablejs:
remote: https://github.com/SortableJS/Sortable
license:
name: MIT
url: https://github.com/SortableJS/Sortable#mit-license
gpl-compatible: true
js:
https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js: { type: external, minified: true }
