-
Notifications
You must be signed in to change notification settings - Fork 1
/
cloudcannon.config.yml
217 lines (217 loc) · 4.53 KB
/
cloudcannon.config.yml
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
paths:
uploads: public
static: public
collections_config:
pages:
path: src/content/pages
output: true
url: '/[full_slug]/'
name: Pagina's
icon: wysiwyg
_enabled_editors:
- visual
- content
schemas:
'404':
path: .cloudcannon/schemas/404.md
hide_extra_inputs: true
remove_empty_inputs: true
default:
path: .cloudcannon/schemas/page.md
hide_extra_inputs: true
remove_empty_inputs: true
page:
path: .cloudcannon/schemas/page.md
hide_extra_inputs: true
remove_empty_inputs: true
contact:
path: .cloudcannon/schemas/contact.md
hide_extra_inputs: true
remove_empty_inputs: true
post:
path: .cloudcannon/schemas/post.md
hide_extra_inputs: true
remove_empty_inputs: true
policy:
path: .cloudcannon/schemas/policy.md
hide_extra_inputs: true
remove_empty_inputs: true
overview:
path: .cloudcannon/schemas/overview.md
hide_extra_inputs: true
remove_empty_inputs: true
entry:
path: .cloudcannon/schemas/entry.md
hide_extra_inputs: true
remove_empty_inputs: true
products:
path: src/content/products
output: true
url: '/producten/[full_slug]/'
name: Producten
icon: shopping_cart
_enabled_editors:
- content
- visual
schemas:
default:
path: .cloudcannon/schemas/product.md
hide_extra_inputs: true
remove_empty_inputs: true
categories:
path: src/content/categories
output: true
url: '/categorieen/[full_slug]/'
name: Categorieën
icon: category
_enabled_editors:
- content
- visual
schemas:
default:
path: .cloudcannon/schemas/category.md
hide_extra_inputs: true
remove_empty_inputs: true
reviews:
path: src/content/reviews
output: false
name: Reviews
icon: reviews
_enabled_editors:
- data
disable_add_folder: true
schemas:
default:
path: .cloudcannon/schemas/review.md
hide_extra_inputs: true
remove_empty_inputs: true
globals:
path: src/content/globals
output: false
name: Globale data
icon: grid_view
_enabled_editors:
- data
disable_add: true
disable_file_actions: true
disable_add_folder: true
schemas:
default:
hide_extra_inputs: true
remove_empty_inputs: true
icon: notes
_editables:
_inputs:
_select_data:
_structures:
collection_groups:
- heading: Pages
collections:
- pages
- posts
- products
- categories
- heading: Data
collections:
- reviews
- globals
_inputs:
title:
label: Titel
description:
label: Beschrijving
text:
type: textarea
label: Tekst
href:
type: url
label: Link
options:
type: array
label: Opties
empty_type: 'null'
variations:
type: array
label: Variaties
empty_type: 'null'
meta.title:
type: auto
label: Titel
comment: Zichtbaar in Google
seo:
label: SEO / Meta data
meta.description:
type: auto
label: Beschrijving
comment: Zichtbaar in Google
meta.image:
type: image
label: Afbeelding
comment: Zichtbaar wanneer je een linkje van de pagina deelt
options:
mime_type: image/png
resize_style: contain
width: 1200
height: 640
image:
type: image
label: Afbeelding
options:
mime_type: image/webp
resize_style: contain
width: 1920
height: 1920
images:
type: array
empty_type: 'null'
images[*]:
type: image
options:
mime_type: image/webp
resize_style: contain
width: 1920
height: 1920
logo:
type: image
cascade: true
options:
mime_type: image/webp
resize_style: contain
width: 260
height: 32
rating:
type: range
options:
min: 0
max: 5
step: 0.1
label: Rating
draft:
type: switch
label: Concept
price:
type: number
label: Prijs
step: 2
min: 0
_structures:
blocks:
remove_empty_inputs: true
style: modal
_editables:
content:
allow_custom_markup: false
remove_custom_markup: false
bold: true
bulletedlist: true
format: p h1 h2 h3 h4 h5 h6
image: true
image_size_attributes: true
italic: true
link: true
numberedlist: true
redo: true
table: true
underline: true
undo: true
timezone: Europe/Amsterdam