-
Notifications
You must be signed in to change notification settings - Fork 32
/
oe_theme.libraries.yml
84 lines (75 loc) · 1.95 KB
/
oe_theme.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
81
82
83
84
component_library_ec:
css:
theme:
dist/ec/styles/optional/ecl-reset.css: { media: screen }
dist/ec/styles/optional/ecl-ec-default.css: { media: screen }
dist/ec/styles/optional/ecl-ec-utilities.css: { media: screen }
dist/ec/styles/ecl-ec.css: { media: screen }
dist/ec/styles/ecl-ec-print.css: { media: print }
css/style-ec.css: { media: screen }
js:
dist/js/moment.min.js: { minified: true }
dist/ec/scripts/ecl-ec.js: {}
js/ecl_auto_init.js: {}
dependencies:
- core/drupal
component_library_eu:
css:
theme:
dist/eu/styles/optional/ecl-reset.css: { media: screen }
dist/eu/styles/optional/ecl-eu-default.css: { media: screen }
dist/eu/styles/optional/ecl-eu-utilities.css: { media: screen }
dist/eu/styles/ecl-eu.css: { media: screen }
dist/eu/styles/ecl-eu-print.css: { media: print }
css/style-eu.css: { media: screen }
js:
dist/js/moment.min.js: { minified: true }
dist/eu/scripts/ecl-eu.js: {}
js/ecl_auto_init.js: {}
dependencies:
- core/drupal
style_ec_rtl:
css:
theme:
dist/ec/styles/optional/ecl-rtl.css: { media: screen }
dependencies:
- core/drupal
style_eu_rtl:
css:
theme:
dist/eu/styles/optional/ecl-rtl.css: { media: screen }
dependencies:
- core/drupal
external_svg:
js:
dist/js/svg4everybody.js: { }
js/external_svg.js: {}
ecl_datepicker:
js:
dist/js/pikaday.js: {}
js/ecl_datepicker.js: {}
dependencies:
- core/drupal
- core/jquery
print:
css:
theme:
css/print.css: { media: print }
inpage_navigation:
js:
js/inpage_navigation.js: {}
dependencies:
- core/drupal
- core/jquery
style_ec_etr:
css:
theme:
dist/ec/styles/optional/ecl-ec-easy-to-read.css: { media: screen }
dependencies:
- core/drupal
style_eu_etr:
css:
theme:
dist/eu/styles/optional/ecl-eu-easy-to-read.css: { media: screen }
dependencies:
- core/drupal