-
Notifications
You must be signed in to change notification settings - Fork 2
/
cloudcannon.config.yml
81 lines (77 loc) · 1.64 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
_inputs:
_id:
type: disabled
instance_value: UUID
blurb:
type: textarea
author_staff_member:
type: select
options:
values: collections.staff_members
value_key: _id
live_domain_url:
comment: "Remove any '/' at the end of the URL so your domain looks like this - 'https://example.com'"
website_description_text:
comment: Used for search engine optimisation and sharing on social media
social_media_share_image:
comment: 1200x675px
twitter_handle:
comment: E.g. @username
large_bookmark_icon_image:
comment: 32x32px
small_bookmark_icon_image:
comment: 16x16px
_select_data:
page_themes:
- Light
- Dark
alignments:
- Left
- Center
- Right
link_types:
- Text
- Button
website_themes:
- 'Hydra'
- 'Justice'
- 'Cause'
- 'Urban'
component_themes:
- 'Light'
- 'Dark'
- 'Branded'
# The rest of this array structure will be
# populated by the bookshop-array-structures plugin.
_structures:
content_blocks:
style: modal
collections_config:
pages:
name: 'Pages'
icon: 'web'
singular_name: 'Page'
_slug: 'pages'
output: true
permalink: /:title/
staff_members:
name: 'Staff Members'
icon: supervisor_account
_enabled_editors:
- data
singular_name: 'Staff Member'
_slug: 'staff_members'
output: false
# Make sure you add any new collections here for them to show in CloudCannon
collection_groups:
- heading: Pages
collections:
- pages
- heading: Blog
collections:
- posts
- drafts
- staff_members
- heading: Settings
collections:
- data