-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
executable file
·41 lines (41 loc) · 833 Bytes
/
config.json
File metadata and controls
executable file
·41 lines (41 loc) · 833 Bytes
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
{
"name": "Dot",
"version": "0.5.2",
"production": true,
"premium": false,
"description": "Dot Framework",
"enableHooks": [
"action",
"filter",
"shortcode"
],
"default": {
"dot_animation": {
"enable": 1,
"elements": {
"logo": "bounceIn",
"tab": "heartBeat",
"content": "fadeIn",
"dot_active": "fadeIn",
"dot_inactive": "fadeOut"
}
},
"dot_assets": {
"backend": {
"dot-fontawesome-css": {
"status": true,
"type": "css",
"src": "vendor/fontawesome/css/all.min.css"
}
},
"frontend": {
"dot-fontawesome-css": {
"status": true,
"type": "css",
"src": "vendor/fontawesome/css/all.min.css"
}
}
},
"dot_hooks": []
}
}