Mercurial > hg > isophonics-drupal-site
annotate core/modules/layout_builder/layout_builder.libraries.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@14 | 1 drupal.layout_builder: |
Chris@14 | 2 version: VERSION |
Chris@14 | 3 css: |
Chris@14 | 4 theme: |
Chris@14 | 5 css/layout-builder.css: {} |
Chris@14 | 6 js: |
Chris@14 | 7 js/layout-builder.js: {} |
Chris@14 | 8 dependencies: |
Chris@14 | 9 - core/jquery.ui.sortable |
Chris@14 | 10 - core/drupal.dialog.off_canvas |
Chris@18 | 11 - core/drupal.announce |
Chris@18 | 12 - core/drupal.debounce |
Chris@18 | 13 |
Chris@18 | 14 # CSS libraries for Layout plugins. |
Chris@18 | 15 twocol_section: |
Chris@18 | 16 version: VERSION |
Chris@18 | 17 css: |
Chris@18 | 18 theme: |
Chris@18 | 19 layouts/twocol_section/twocol_section.css: {} |
Chris@18 | 20 threecol_section: |
Chris@18 | 21 version: VERSION |
Chris@18 | 22 css: |
Chris@18 | 23 theme: |
Chris@18 | 24 layouts/threecol_section/threecol_section.css: {} |
Chris@18 | 25 fourcol_section: |
Chris@18 | 26 version: VERSION |
Chris@18 | 27 css: |
Chris@18 | 28 theme: |
Chris@18 | 29 layouts/fourcol_section/fourcol_section.css: {} |