-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpatternkit.libraries.yml
More file actions
70 lines (63 loc) · 1.47 KB
/
Copy pathpatternkit.libraries.yml
File metadata and controls
70 lines (63 loc) · 1.47 KB
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
#cspell:ignore nonmin
jsoneditor:
version: VERSION
js:
js/handlebars.min.js: { minified: true }
js/jsoneditor.js: { minified: true }
jsoneditor.dev:
version: VERSION
js:
js/handlebars.js: {}
js/nonmin/jsoneditor.js: {}
js/nonmin/jsoneditor.js.map: {}
patternkit.jsoneditor:
version: VERSION
css:
theme:
css/patternkit.css: {}
js:
js/patternkit.jsoneditor.js:
attributes:
type: 'module'
dependencies:
- core/drupal.dialog
- core/drupal.dialog.ajax
- core/drupal.editor
- core/drupalSettings
- core/drupal.debounce
- core/jquery
- core/once
- patternkit/jsoneditor
cygnet:
version: VERSION
css:
theme:
css/cygnet/cygnet.css: {}
cygnet_no_shadow_dom:
version: VERSION
css:
theme:
css/cygnet/cygnet--prefixed-for-drupal--upstream.css: {}
css/cygnet/cygnet--prefixed-for-drupal.css: {}
css/cygnet/cygnet--overrides.css: {}
icons.fontawesome3:
version: 3.2.1
css:
theme:
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css':
type: external
minified: true
icons.fontawesome4:
version: 4.0.3
css:
theme:
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css':
type: external
minified: true
icons.fontawesome5:
version: 5.6.1
css:
theme:
'https://use.fontawesome.com/releases/v5.6.1/css/all.css':
type: external
minified: true