-
Notifications
You must be signed in to change notification settings - Fork 73
/
manifest.json
160 lines (160 loc) · 4.39 KB
/
manifest.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "Evoko theme",
"author": "Evoko Unlimited AB",
"version": "3.0.5",
"api_version": 2,
"default_locale": "en-us",
"settings": [
{
"label": "brand_group_label",
"variables": [
{
"identifier": "favicon",
"type": "file",
"description": "favicon_description",
"label": "favicon_label"
}
]
},
{
"label": "images_group_label",
"variables": [
{
"identifier": "homepage_background_image",
"type": "file",
"description": "homepage_background_image_description",
"label": "homepage_background_image_label"
},
{
"identifier": "community_background_image",
"type": "file",
"description": "community_background_image_description",
"label": "community_background_image_label"
}
]
},
{
"label": "search_group_label",
"variables": [
{
"identifier": "instant_search",
"type": "checkbox",
"description": "instant_search_description",
"label": "instant_search_label",
"value": true
},
{
"identifier": "scoped_kb_search",
"type": "checkbox",
"description": "scoped_knowledge_base_search_description",
"label": "scoped_knowledge_base_search_label",
"value": true
},
{
"identifier": "scoped_community_search",
"type": "checkbox",
"description": "scoped_community_search_description",
"label": "scoped_community_search_label",
"value": true
}
]
},
{
"label": "article_page_group_label",
"variables": [
{
"identifier": "show_articles_in_section",
"type": "checkbox",
"description": "articles_in_section_description",
"label": "articles_in_section_label",
"value": true
},
{
"identifier": "show_article_author",
"type": "checkbox",
"description": "article_author_description",
"label": "article_author_label",
"value": false
},
{
"identifier": "show_article_comments",
"type": "checkbox",
"description": "article_comments_description",
"label": "article_comments_label",
"value": false
},
{
"identifier": "show_follow_article",
"type": "checkbox",
"description": "follow_article_description",
"label": "follow_article_label",
"value": false
},
{
"identifier": "show_recently_viewed_articles",
"type": "checkbox",
"description": "recently_viewed_articles_description",
"label": "recently_viewed_articles_label",
"value": false
},
{
"identifier": "show_related_articles",
"type": "checkbox",
"description": "related_articles_description",
"label": "related_articles_label",
"value": false
},
{
"identifier": "show_article_sharing",
"type": "checkbox",
"description": "article_sharing_description",
"label": "article_sharing_label",
"value": true
}
]
},
{
"label": "section_page_group_label",
"variables": [
{
"identifier": "show_follow_section",
"type": "checkbox",
"description": "follow_section_description",
"label": "follow_section_label",
"value": false
}
]
},
{
"label": "community_post_group_label",
"variables": [
{
"identifier": "show_follow_post",
"type": "checkbox",
"description": "follow_post_description",
"label": "follow_post_label",
"value": true
},
{
"identifier": "show_post_sharing",
"type": "checkbox",
"description": "post_sharing_description",
"label": "post_sharing_label",
"value": true
}
]
},
{
"label": "community_topic_group_label",
"variables": [
{
"identifier": "show_follow_topic",
"type": "checkbox",
"description": "follow_topic_description",
"label": "follow_topic_label",
"value": true
}
]
}
]
}