-
Notifications
You must be signed in to change notification settings - Fork 40
/
cohesion.libraries.yml
executable file
·80 lines (71 loc) · 1.58 KB
/
cohesion.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
coh-theme:
css:
base:
css/reset.css: {}
css/base-default.css: {}
theme:
css/theme-default.css: {}
cohesion-admin-scripts:
js:
js/ios.js: {}
public://cohesion/scripts/dx8/app.js: { minified: true }
css:
theme:
css/loading.css: {}
dependencies:
- core/drupal
- core/jquery
- editor/drupal.editor
- editor/drupal.editor.admin
- ckeditor5/internal.drupal.ckeditor5
- core/drupalSettings
- core/backbone
drupal.machine-name:
js:
js/machine-name.js: {}
dependencies:
- core/jquery
- core/once
- core/drupal
- core/drupalSettings
- core/drupal.form
cohesion-accordion-element:
js:
js/cohesion-accordion-element.js: {}
css:
theme:
css/cohesion-accordion-element.css: {}
dependencies:
- core/jquery
# temporary - remove this after code has been moved into angular.
cohesion_token:
css:
component:
css/cohesion-token.css: { weight: -10 }
admin-icon-libraries:
css:
theme:
public://cohesion/styles/cohesion-icon-libraries.css: { media: all }
admin-responsive-grid-settings:
css:
theme:
public://cohesion/styles/cohesion-responsive-grid-settings.css: { media: all }
cohesion-ui:
css:
theme:
css/cohesion-ui.css: { weight: -10}
cohesion-list-builder-sort:
js:
js/cohesion-list-builder-sort.js: {}
js/list-builder-sort.js: {}
dependencies:
- core/drupal
- core/jquery
- core/drupalSettings
css:
component:
css/list-builder-sort.css: {}
coh-clean-page:
css:
component:
css/cohesion-clean-page.css: {}