-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjoomla.asset.json
52 lines (48 loc) · 1.51 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
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "wmarka",
"version": "2.0.2",
"description": "This file contains details of the assets used by Wmarka, the default Joomla 5 site template.",
"license": "GPL-2.0-or-later",
"assets": [
{
"name": "uikit.min",
"description": "This is a minified CSS file of the Uikit 3 design framework.",
"type": "style",
"uri": "media/templates/site/wmarka/css/uikit.min.css"
},
{
"name": "user",
"description": "This is a CSS file for customizing the template.",
"type": "style",
"uri": "media/templates/site/wmarka/css/user.css"
},
{
"name": "uikit.min",
"description": "This is a minified javascript file of the Uikit 3 design framework.",
"type": "script",
"uri": "media/templates/site/wmarka/js/uikit.min.js",
"attributes" : {
"defer": true
}
},
{
"name": "uikit-icons.min",
"description": "This is a minified sprite of the SVG icons of the Uikit 3 design framework.",
"type": "script",
"uri": "media/templates/site/wmarka/js/uikit-icons.min.js",
"attributes" : {
"defer": true
}
},
{
"name": "wmarka-icons-min",
"description": "This is a modified sprite of the SVG icons of the Wmarka template.",
"type": "script",
"uri": "media/templates/site/wmarka/js/wmarka-icons-min.js",
"attributes" : {
"defer": true
}
}
]
}