X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fparagraphs%2Fparagraphs.libraries.yml;fp=web%2Fmodules%2Fcontrib%2Fparagraphs%2Fparagraphs.libraries.yml;h=6ddb78287434fd7bf85ba35ff271ee2177c03aa9;hp=bb2015dd9bd5024e9fc113de0d8a5951959c7900;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/paragraphs/paragraphs.libraries.yml b/web/modules/contrib/paragraphs/paragraphs.libraries.yml index bb2015dd9..6ddb78287 100644 --- a/web/modules/contrib/paragraphs/paragraphs.libraries.yml +++ b/web/modules/contrib/paragraphs/paragraphs.libraries.yml @@ -1,5 +1,4 @@ drupal.paragraphs.admin: - version: VERSION dependencies: - core/jquery - core/drupal @@ -13,6 +12,66 @@ drupal.paragraphs.admin: css/paragraphs.admin.css: {} drupal.paragraphs.widget: + dependencies: + - core/jquery + - core/drupal + - core/drupalSettings + - core/jquery.once + - core/jquery.form + - core/drupal.ajax + - core/drupal.dropbutton css: theme: css/paragraphs.widget.css: {} + js: + js/paragraphs.admin.js: {} + +drupal.paragraphs.actions: + css: + theme: + css/paragraphs.actions.css: {} + js: + js/paragraphs.actions.js: {} + dependencies: + - core/drupalSettings + - core/jquery.once + - core/jquery + - core/jquery.form + - core/drupal.ajax + - core/drupal + +drupal.paragraphs.list_builder: + version: VERSION + css: + theme: + css/paragraphs.list-builder.css: {} + +drupal.paragraphs.modal: + js: + js/paragraphs.modal.js: {} + css: + theme: + css/paragraphs.modal.css: {} + dependencies: + - core/drupal.dialog.ajax + - core/jquery.once + - core/jquery.ui.tabs + +sortable: + website: https://github.com/RubaXa/Sortable + license: + name: MIT + url: https://github.com/RubaXa/Sortable/blob/master/README.md + gpl-compatible: true + js: { } + +paragraphs-dragdrop: + css: + theme: + css/paragraphs.dragdrop.css: {} + js: + js/paragraphs.dragdrop.js: {} + dependencies: + - core/jquery + - core/drupal + - paragraphs/sortable