-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
36 lines (36 loc) · 1.23 KB
/
config.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
{
"author": "TripleZone & MineStoreCMS",
"config": [
{
"header": "General Settings",
"options": [
{
"id": "main-color",
"name": "Main Color",
"default": "#ff7300",
"description": "Enter the main color used on your website.",
"type": "color",
"value": "#ff7300"
},
{
"id": "theme",
"name": "Theme",
"description": "Select the default theme for your website.",
"type": "select",
"default": "system",
"values": ["system", "light", "dark"],
"value": "dark"
},
{
"id": "particles",
"name": "Header Particles Animation",
"description": "Display header particles animation in your webstore header?",
"type": "select",
"default": "Enabled",
"values": ["Enabled", "Disabled"],
"value": "Enabled"
}
]
}
]
}