Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/layout_builder/layout_builder.libraries.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
6 js: | 6 js: |
7 js/layout-builder.js: {} | 7 js/layout-builder.js: {} |
8 dependencies: | 8 dependencies: |
9 - core/jquery.ui.sortable | 9 - core/jquery.ui.sortable |
10 - core/drupal.dialog.off_canvas | 10 - core/drupal.dialog.off_canvas |
11 - core/drupal.announce | |
12 - core/drupal.debounce | |
13 | |
14 # CSS libraries for Layout plugins. | |
15 twocol_section: | |
16 version: VERSION | |
17 css: | |
18 theme: | |
19 layouts/twocol_section/twocol_section.css: {} | |
20 threecol_section: | |
21 version: VERSION | |
22 css: | |
23 theme: | |
24 layouts/threecol_section/threecol_section.css: {} | |
25 fourcol_section: | |
26 version: VERSION | |
27 css: | |
28 theme: | |
29 layouts/fourcol_section/fourcol_section.css: {} |