-
Notifications
You must be signed in to change notification settings - Fork 0
/
joomla.asset.json
76 lines (76 loc) · 2.54 KB
/
joomla.asset.json
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
{
"$schema" : "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name" : "wsa_bootstrap",
"version" : "2.2.0",
"description" : "This file contains details of the default assets used by wsa_bootstrap template, a Joomla 3 and 4 site template.",
"license" : "GPL-2.0-or-later",
"assets" : [{
"name" : "template.wsa_bootstrap",
"description" : "The css file to be used when there is no specific styleid known, will be overridden by template.min.<templatestyleid>.css.",
"type" : "style",
"uri" : "template.css",
"version" : "2.1.0",
"dependencies" : [
"bootstrap.theme.css"
]
}, {
"name" : "bootstrap.css",
"description" : "The default css file to be used with bootstrap 5.3.3, (only) after it is used can be overridden in index.php by older versions",
"type" : "style",
"uri" : "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"version" : "5.3.3",
"attributes" : {
"integrity" : "sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH",
"crossorigin" : "anonymous"
}
}, {
"name" : "bootstrap.theme.css",
"description" : "The theme css file only used with bootstrap 3.3.7. therefore default empty url",
"type" : "style",
"uri" : "",
"dependencies" : [
"bootstrap.css"
]
}, {
"name" : "bootstrap.js",
"description" : "The default file containing the javascript used with bootstrap 5.3.3, can be overridden by older versions",
"type" : "script",
"uri" : "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js",
"version" : "5.3.3",
"attributes" : {
"defer" : true,
"integrity" : "sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz",
"crossorigin" : "anonymous"
}
}, {
"name" : "template.wsa_bootstrap",
"description" : "The file containing the javascript for this template. bootstrap has to be registered before usinf this script.",
"type" : "script",
"uri" : "template.js",
"version" : "2.1.0",
"attributes" : {
"defer" : true
},
"dependencies" : [
"core",
"bootstrap.js"
]
}, {
"name" : "magnificpopup",
"type" : "script",
"uri" : "magnificpopup/MagnificPopupV1-1-0.js",
"version" : "1.1.0",
"dependencies" : [
"jquery"
]
}, {
"name" : "template.wsa_bootstrap",
"description" : "Default with bootstrap 5 override with older bootstrap versions in code after this is used",
"type" : "preset",
"dependencies" : [
"template.wsa_bootstrap#style",
"template.wsa_bootstrap#script"
]
}
]
}