-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreasonable_graph.libraries.yml
More file actions
98 lines (88 loc) · 3.43 KB
/
reasonable_graph.libraries.yml
File metadata and controls
98 lines (88 loc) · 3.43 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
global-header:
header: true
css:
theme:
/assets/vendor/jquery-ui-1.13.2/jquery-ui.min.css: { type: external, minified: true }
js:
/assets/js/rg.js: { type: external }
global-footer:
css:
theme:
/assets/vendor/bootstrap-icons/font/bootstrap-icons.css: { type: external }
js:
# /assets/vendor/jquery/jquery-3.6.3.min.js: { type: external, minified: true, weight: -50 }
# to select2 pezi sosta os tin verison jquery-3.5.1
/assets/vendor/jquery/jquery-3.5.1.min.js: { type: external, minified: true, weight: -50 }
/assets/vendor/jquery-ui-1.13.2/jquery-ui.min.js: { type: external, minified: true }
/assets/js/putil.js: { type: external }
js-form:
js:
/assets/vendor/jquery-deferred-sequence/jquery.deferred.sequence.js: { type: external }
/assets/vendor/jquery.blockUI.js: { type: external }
/assets/vendor/tinymce/tinymce.4.9.11.min.js: { type: external, minified: true }
/assets/vendor/mustache/mustache.js: { type: external }
/assets/vendor/node-uuid/uuid.js: { type: external }
/assets/js/isbn.js: { type: external }
/assets/js/isbn-groups.js: { type: external }
/assets/js/form/form_controler_gen.js: { type: external }
/assets/js/form/step1_conf_gen.js: { type: external }
/assets/js/form/commands_gen.js: { type: external }
/assets/js/form/step1_form_gen.js: { type: external }
item-patron-blade:
js:
/assets/js/item-patron-blade.js: { type: external }
search_cat:
js:
/assets/js/search_cat.js: { type: external }
bookreader:
css:
theme:
/assets/vendor/bookreader4/BookReader.css: { type: external }
js:
/assets/vendor/bookreader4/jquery.browser.min.js: { type: external }
/assets/vendor/bookreader4/jquery.bt.min.js: { type: external }
/assets/vendor/bookreader4/dragscrollable-br.js: { type: external }
/assets/vendor/bookreader4/RGBookReader.js: { type: external }
panzoom:
js:
/assets/vendor/panzoom/dist/panzoom.js: { type: external }
d3:
js:
/assets/vendor/d3/d3.v3.js: { type: external }
/assets/vendor/d3/d3-selection-multi.v1.js: { type: external }
/assets/vendor/d3/d3-legend.min.js: { type: external }
/assets/vendor/d3/d3plus.js: { type: external }
/assets/js/d3v3.js: { type: external }
select2:
version: 4.1.0
css:
theme:
/assets/vendor/select2/4.1.0-rc.0/dist/css/select2.min.css: { type: external, minified: true }
/assets/vendor/select2/bootstrap/select2-bootstrap-5-theme.min.css: { type: external, minified: true }
js:
/assets/vendor/select2/4.1.0-rc.0/dist/js/select2.min.js: { type: external, minified: true }
bootstrap-select:
version: 1.14.0
css:
theme:
/assets/vendor/bootstrap-select/bootstrap-select.min.css: { type: external, minified: true }
js:
/assets/vendor/bootstrap-select/bootstrap-select.min.js: { type: external, minified: true }
dependencies:
- bootstrap5/bootstrap5-js-latest
colorbox:
css:
theme:
/assets/vendor/colorbox/example1/colorbox.css: { type: external }
js:
/assets/vendor/colorbox/jquery.colorbox-min.js: { type: external, minified: true }
jstree:
js:
/assets/vendor/jstree/jstree.js: { type: external }
#CSS file move to subtheme libraries for per project customization - SEE ../libs/jstree/README.txt
flipster:
css:
theme:
/assets/vendor/flipster/flipster.css: { type: external }
js:
/assets/vendor/flipster/jquery.flipster.min.js: { type: external, minified: true }