This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
247 lines (228 loc) · 7.52 KB
/
blueprints.yaml
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
name: Yepstr
version: 1.0.0
description: A theme for yepstr
icon: rebel
author:
name: Karl Löfholm
email: [email protected]
homepage: https://github.com/karl-l-fholm/grav-theme-yepstr
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/karl-l-fholm/grav-theme-yepstr/issues
readme: https://github.com/karl-l-fholm/grav-theme-yepstr/blob/develop/README.md
license: MIT
form:
validation: loose
fields:
tabs:
type: tabs
active: 1
fields:
common:
type: tab
title: Common
fields:
common.iosUrl:
type: text
label: ios url
common.androidUrl:
type: text
label: android url
common.wwwUrl:
type: text
label: www url
promo_module:
type: tab
title: Promo module
fields:
promo_module.cost_headline:
label: 'Cost headline'
type: text
size: medium
promo_module.cost_markdown:
label: 'Cost content'
type: editor
promo_module.saftey_headline:
label: 'Saftey headline'
type: text
size: medium
promo_module.saftey_markdown:
label: 'Saftey content'
type: editor
localPagesCommon_tab:
type: tab
title: Local pages common
fields:
whyUseYepstrSection:
type: section
title: Why use Yepstr?
local_pages.whyHeadline:
label: Why use Yepstr headline
type: text
local_pages.whyImage:
label: Why use Yepstr Image
type: filepicker
size: medium
folder: 'page@:/images'
preview_images: true
acccept:
- .png
- .jpg
local_pages.whyPoints:
type: list
label: Why use Yepstr points
fields:
.point:
type: text
whereSection:
type: section
title: Where to use
local_pages.whereHeadline:
type: text
label: Where headline
local_pages.whereSubHeadline:
type: text
label: Where sub headline
local_pages.whereImage:
label: Where to use Yepstr Image
type: filepicker
size: medium
folder: 'page@:/images'
preview_images: true
acccept:
- .png
- .jpg
cities_tab:
type: tab
title: Cities
fields:
citiesSection:
type: section
title: Cities
text: Cities we want to use in local task pages. The Identifier should be unique for each city, it will be used as the key. In the text fields you can use replacement tags for getting City data in the texts. You can use {{category}}.
local_pages.cities:
type: list
fields:
.settingsSection:
type: section
title: Settings
.identifier:
label: Identifier
type: text
.name:
label: Name {{city}}
type: text
.numYeps:
label: Yeps in city {{cityYeps}}
type: text
.numTasks:
label: Tasks in city {{cityTasks}}
type: text
.commonSection:
type: section
title: Common
.commonHeadline:
label: Common headline
type: text
.commonText:
label: Common text
type: editor
.rightImage:
label: Intro background image
import@:
type: partials/image
context: theme://blueprints
categories_tab:
type: tab
title: Categories
fields:
categoriesSection:
type: section
title: Categories
text: Categories we want to use in local task pages. The Identifier should be unique for each category, it will be used as the key. In the text fields you can use replacement tags for getting City data in the texts. You can use {{city}} and {{cityTasks}}
local_pages.categories:
type: list
fields:
.settingsSection:
type: section
title: Settings
.identifier:
label: Unique Identifier
type: text
.name:
label: Name {{category}}
type: text
.headerSection:
type: section
title: Header
.heroImage:
label: Hero Image
import@:
type: partials/image
context: theme://blueprints
.headerHeadline:
label: Local Page Header Headline
type: text
.headerSubHeadline:
label: Local Page Header Sub Headline
type: text
.headerCTALabel:
label: Local Page Header CTA label
type: text
.commonSection:
type: section
title: Common
.pageHeadline:
label: Common Headline
type: text
.commonText:
label: Common text
type: editor
.bottomText:
label: Bottom text
type: editor
.howToSection:
type: section
title: How to
.howToHeader:
type: text
label: Header
.howToBoxes:
type: list
label: How To boxes
fields:
.image:
label: Image
import@:
type: partials/image
context: theme://blueprints
.title:
label: Title
type: text
.text:
label: Text
type: text
.testimonialsSection:
type: section
title: Testimonials
text: Pick the identifiers for the testimonials you want to show.
.testimonials:
type: list
fields:
.identifier:
label: Identifier
type: text
testimonials_tab:
type: tab
title: Testimonials
fields:
testimonialsSection:
type: section
title: Testimonials
text: Here are all testimonials gatherd. Supply each testimonial with an unique identifier which can be used on the pages for choosing the testimonials to use
testimonials:
type: list
fields:
import@:
type: partials/testimonial
context: theme://blueprints