forked from jhne/norma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.json
executable file
·58 lines (55 loc) · 1.33 KB
/
info.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
{
"name": "Norma",
"version": "1.0",
"description": "A clutter-free theme for the photographers and writers. Crisp, fullbleed images and beautiful, legible typography with a minimalistic tone.",
"demo": "http://jhne.me/norma",
"author": {
"name": "John Elgenstierna",
"link": "http://jhne.me/"
},
"settings": {
"Site title": {
"icon":"type",
"settings": {
"site_title_type": {
"label": "Type",
"type": "select",
"options": [
{ "label": "Text", "value": "text" },
{ "label": "Image", "value": "image" }
],
"value": "text"
},
"site_title_img_url": {
"label": "Image URL",
"type": "string",
"value": "",
"dependencies": {
"evaluate": "all",
"conditions": [
{
"option": "site_title_type",
"equals": "image"
}
]
}
}
}
},
"Navigation": {
"icon":"layout",
"settings": {
"menu_type": {
"label": "Type",
"type": "select",
"options": [
{ "label": "Regular", "value": "regular" },
{ "label": "Regular Expanded", "value": "expanded" },
{ "label": "Sidebar", "value": "sidebar" }
],
"value": "regular"
}
}
}
}
}