Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / paragraphs / paragraphs.libraries.yml
index bb2015dd9bd5024e9fc113de0d8a5951959c7900..6ddb78287434fd7bf85ba35ff271ee2177c03aa9 100644 (file)
@@ -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