-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.conf
More file actions
263 lines (263 loc) · 5.38 KB
/
theme.conf
File metadata and controls
263 lines (263 loc) · 5.38 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
{
"name" : "Custom Theme",
"author" : "SimpleUpdates",
"author_uri": "http://www.simpleupdates.com",
"description": "Custom is a basic, simple looking theme with all the bells and whistles of the other themes. It offers a large header carousel with the option of text displayed on the image and linking. It is easily customized in the collection editor. For more information see README.md",
"depends": {
"settings": {
"legacy_bootstrap3": false
},
"collections": {
"customCarousel": {
"name": "Home Carousel",
"singular_name": "Carousel Item",
"fields": {
"image": {
"name": "Image",
"type": "image",
"image_min_size": "1500 x 425"
},
"video": {
"name": "Video",
"type": "file",
"allowed_file_types": ["video"]
},
"caption": {
"name": "Slide Caption",
"type": "text"
},
"description": {
"name": "Slide Description",
"type": "text"
},
"url": {
"name": "Link",
"type": "text"
},
"urlTarget": {
"name": "Open Link in New Window",
"type": "tf"
},
"alignment": {
"title": "Alignment",
"type": "multiple",
"required": true,
"options": [
"left",
"right",
"center"
],
"value": "center"
},
"activationDate": {
"name": "Activation Date",
"type": "date"
},
"deactivationDate": {
"name": "Deactivation Date",
"type": "date"
}
},
"data": [
{
"image": "carousel1.jpg",
"caption": "Slide One",
"description": "Description for slide one.",
"alignment": "center"
},
{
"image": "carousel2.jpg",
"caption": "Slide Two",
"description": "Description for slide two.",
"alignment": "left"
},
{
"image": "carousel3.jpg",
"caption": "Slide Three",
"description": "Description for slide three.",
"alignment": "right"
}
]
},
"customButtons": {
"name": "Home Image Buttons",
"singular_name": "Button Item",
"fields": {
"image": {
"name": "Image",
"type": "image",
"required": true
},
"title": {
"name": "Title",
"type": "text"
},
"url": {
"name": "Link",
"type": "text"
},
"urlTarget": {
"name": "Open Link in New Window",
"type": "tf"
},
"activationDate": {
"name": "Activation Date",
"type": "date"
},
"deactivationDate": {
"name": "Deactivation Date",
"type": "date"
}
},
"data": [
{
"image": "feature1.jpg",
"title": "About Us",
"url": "/about"
},
{
"image": "feature2.jpg",
"title": "Events",
"url": "/events"
},
{
"image": "feature3.jpg",
"title": "News",
"url": "/news"
},
{
"image": "feature4.jpg",
"title": "Contact Us",
"url": "/contact"
}
]
}
}
},
"layouts" : {
"home": {
"icon": "home-hero-carousel"
},
"article": {
"icon": "content-2col-leftbody-image"
},
"open": {
"icon": "content-open-image"
}
},
"editor": {
"styles": [
"button"
]
},
"config": {
"headerBlockColor": {
"title": "Header Background Color",
"type": "color",
"value": "#e4e4e4"
},
"backgroundColor": {
"title": "Body Background Color",
"type": "color",
"value": "#ffffff"
},
"accentColor": {
"title": "Accent Color",
"type": "color",
"value": "#0a0a0a"
},
"headerAlignment": {
"title": "Logo alignment",
"type": "multiple",
"required": true,
"options": [
"Left",
"Center"
],
"value": "Left"
},
"headlineHomeBgImage": {
"title": "Default Home - home page alternative to Carousel using the featured image option",
"type": "image",
"value": "hero_image.jpg",
"image_min_size": "1500 x 425"
},
"buttonsPerRow": {
"title": "Max home buttons per row",
"type": "multiple",
"required": true,
"options": [
"3",
"4",
"5",
"6",
"7"
],
"value": "7"
},
"headlineArticleBgImage": {
"title": "Default Page - editable per page using the featured image option",
"type": "image",
"value": "hero_image_article.jpg",
"image_min_size": "1500 x 200"
},
"carouselTransitionEffect": {
"title": "Carousel transition effect",
"type": "multiple",
"required": true,
"options": [
"Slide",
"Fade",
"Fade & Zoom"
],
"value": "Fade"
},
"carouselTransitionSpeed": {
"title": "Carousel transition speed in seconds",
"type": "number",
"value": 2
},
"carouselSlideDuration": {
"title": "Carousel slide duration in seconds",
"type": "number",
"value": 9
},
"imageLoadEffect": {
"title": "Content Image Load Effect",
"type": "multiple",
"required": true,
"options": [
"Fade",
"Slide",
"Fade & Slide",
"None"
],
"value": "Fade"
},
"showSiteTitle": {
"title": "Show Site Title?",
"type": "tf",
"value": "Yes"
},
"showAuthor": {
"title": "Show author name?",
"type": "tf",
"value": "No"
},
"showPublishedDate": {
"title": "Show Page Published Date?",
"type": "tf",
"value": "No"
},
"showUpdatedDate": {
"title": "Show Page Update Date?",
"type": "tf",
"value": "No"
},
"showRelatedInfo": {
"title": "Link to Related Information on Pages",
"type": "tf",
"value": "Yes"
}
}
}