Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / paragraphs / paragraphs.libraries.yml
1 drupal.paragraphs.admin:
2   dependencies:
3       - core/jquery
4       - core/drupal
5       - core/drupalSettings
6       - core/jquery.once
7       - core/jquery.form
8       - core/drupal.ajax
9       - core/drupal.dropbutton
10   css:
11     theme:
12       css/paragraphs.admin.css: {}
13
14 drupal.paragraphs.widget:
15   dependencies:
16     - core/jquery
17     - core/drupal
18     - core/drupalSettings
19     - core/jquery.once
20     - core/jquery.form
21     - core/drupal.ajax
22     - core/drupal.dropbutton
23   css:
24     theme:
25       css/paragraphs.widget.css: {}
26   js:
27     js/paragraphs.admin.js: {}
28
29 drupal.paragraphs.actions:
30   css:
31     theme:
32       css/paragraphs.actions.css: {}
33   js:
34     js/paragraphs.actions.js: {}
35   dependencies:
36     - core/drupalSettings
37     - core/jquery.once
38     - core/jquery
39     - core/jquery.form
40     - core/drupal.ajax
41     - core/drupal
42
43 drupal.paragraphs.list_builder:
44   version: VERSION
45   css:
46     theme:
47       css/paragraphs.list-builder.css: {}
48
49 drupal.paragraphs.modal:
50   js:
51     js/paragraphs.modal.js: {}
52   css:
53     theme:
54       css/paragraphs.modal.css: {}
55   dependencies:
56     - core/drupal.dialog.ajax
57     - core/jquery.once
58     - core/jquery.ui.tabs
59
60 sortable:
61   website: https://github.com/RubaXa/Sortable
62   license:
63     name: MIT
64     url: https://github.com/RubaXa/Sortable/blob/master/README.md
65     gpl-compatible: true
66   js: { }
67
68 paragraphs-dragdrop:
69   css:
70     theme:
71       css/paragraphs.dragdrop.css: {}
72   js:
73     js/paragraphs.dragdrop.js: {}
74   dependencies:
75     - core/jquery
76     - core/drupal
77     - paragraphs/sortable