-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
48 lines (48 loc) · 1.26 KB
/
settings.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
{
"name":"Theme Zero",
"author":{
"name": "SproutVideo",
"email": "[email protected]",
"website": "http://sproutvideo.com"
},
"version": "1.0.0",
"settings":[
{
"name": "colors",
"label": "Colors",
"type": "group",
"description": "Select the background, text, and link colors you'd like to use for your site.",
"settings": [
{
"name": "background_color",
"label": "Background Color",
"type": "color",
"default": "FFFFFF",
"description":"The background color for the theme."
},
{
"name": "text_color",
"label": "Text Color",
"type": "color",
"default": "313131",
"description": "The text color for the theme."
},
{
"name": "link_color",
"label": "Link Color",
"type": "color",
"default": "57a000",
"description":"The link color for the theme."
}
]
},
{
"name": "videos_per_page",
"label": "Videos Per Page",
"description": "Select the number of videos you'd like to be displayed on a video listings page.",
"type": "select",
"default": 12,
"options": [12, 24, 48]
}
]
}