-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudcannon.config.yaml
More file actions
260 lines (260 loc) · 4.75 KB
/
cloudcannon.config.yaml
File metadata and controls
260 lines (260 loc) · 4.75 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
paths:
uploads: src/assets/
uploads_use_relative_path: true
timezone: Etc/UTC
collections_config:
pages:
path: src/content/pages
url: "/[full_slug|unless=href][href|if=href]/"
name: Pages
icon: article
disable_add: false
disable_add_folder: true
disable_file_actions: true
_enabled_editors:
- visual
- content
reviews:
path: src/content/pages/reviews
name: Reviews
icon: star
disable_add: false
disable_add_folder: true
disable_file_actions: true
_enabled_editors:
- data
collection_groups:
- heading: Content
collections:
- pages
- menu
- agenda
- reviews
_structures:
sections:
id_key: block
values:
- label: Reviews
value:
block: reviews-3
_inputs:
refs:
type: multiselect
options:
values: collections.reviews
empty_type: array
_inputs:
id:
hidden: true
class:
hidden: true
block:
hidden: true
size:
hidden: true
type:
hidden: true
variant:
hidden: true
background:
hidden: true
align:
hidden: true
glob:
hidden: true
icon:
hidden: true
refs:
type: multiselect
options:
values: collections.pages
empty_type: array
ref:
type: select
options:
values: collections.pages
empty_type: string
title:
type: text
options:
empty_type: string
description:
type: textarea
options:
empty_type: string
href:
type: url
label: Link
options:
empty_type: string
tagline:
type: text
options:
empty_type: string
rating:
type: range
options:
empty_type: number
min: 0
max: 5
step: 0.1
sections:
type: array
options:
empty_type: array
disable_add: true
disable_remove: true
disable_reorder: false
list:
type: array
options:
empty_type: array
disable_add: false
disable_remove: false
disable_reorder: false
list[*]:
type: text
options:
empty_type: string
socials:
type: array
options:
empty_type: array
disable_add: false
disable_remove: false
disable_reorder: false
socials[*]:
type: url
options:
empty_type: string
links:
type: array
options:
empty_type: array
disable_add: false
disable_remove: false
disable_reorder: false
buttons:
type: array
options:
empty_type: array
max_items: 2
disable_add: false
disable_remove: false
disable_reorder: false
link.href:
type: url
options:
required: true
link.text:
type: text
options:
required: true
seo.title:
type: text
options:
required: true
seo.description:
type: textarea
options:
required: true
src:
type: image
options:
mime_type: image/webp
resize_style: contain
width: 2560
height: 2560
images:
type: array
options:
empty_type: array
disable_add: false
disable_remove: false
disable_reorder: false
logo:
type: object
options:
empty_type: object
logos:
type: array
options:
empty_type: array
disable_add: false
disable_remove: false
disable_reorder: false
logo.src:
type: image
options:
mime_type: image/webp
resize_style: contain
width: 2560
height: 2560
logo.alt:
type: text
options:
empty_type: string
logo.text:
type: text
options:
empty_type: string
logo.href:
type: url
options:
empty_type: string
logos[*].src:
type: image
options:
mime_type: image/webp
resize_style: contain
width: 2560
height: 2560
logos[*].alt:
type: text
options:
empty_type: string
logos[*].text:
type: text
options:
empty_type: string
logos[*].href:
type: url
options:
empty_type: string
html:
type: html
label: Content
options:
allow_resize: true
initial_height: 400
allow_custom_markup: false
remove_custom_markup: false
blockquote: true
bold: true
bulletedlist: true
format: p h1 h2 h3
image_size_attributes: false
italic: true
underline: true
undo: true
empty_type: string
_editables:
content:
allow_custom_markup: false
remove_custom_markup: false
blockquote: true
bold: true
bulletedlist: true
format: p h1 h2 h3 h4 h5 h6
italic: true
link: true
numberedlist: true
redo: true
table: false
underline: true
undo: true
image: true
height: 2560
width: 2560
resize_style: contain
mime_type: image/webp