forked from CloudCannon/justice-jekyll-bookshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudcannon.config.yml
122 lines (115 loc) · 2.3 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
collections_config:
pages:
icon: web
schemas:
default:
path: site/schemas/page.html
posts:
schemas:
default:
path: site/schemas/post.md
staff_members:
icon: supervisor_account
_enabled_editors:
- data
schemas:
default:
path: site/schemas/staff-member.md
collection_groups:
- heading: Pages
collections:
- pages
- heading: Blog
collections:
- posts
- drafts
- staff_members
- heading: Settings
collections:
- data
data_config: true
# The rest of this array structure will be
# populated by the bookshop-array-structures plugin.
_structures:
content_blocks:
style: modal
_select_data:
page_themes:
- Light
- Dark
alignments:
- Left
- Center
- Right
link_type:
- Text
- Button
website_themes:
- Hydra
- Justice
- Cause
- Urban
component_themes:
- Light
- Dark
- Branded
paths:
uploads: "/images/uploads/:title"
_editables:
content: &toolbar
width: 1180
height: 900
format: p h1 h2 h3 h4 h5 h6 div
styles: /assets/cms-styles.css
undo: true
redo: true
left: align-to-left
center: align-to-center
right: align-to-right
justify: justify
bold: true
italic: true
underline: true
strike: true
subscript: false
superscript: false
blockquote: true
table: true
copyformatting: true
removeformat: true
numberedlist: true
bulletedlist: true
outdent: false
indent: false
image: true
link: true
embed: true
_inputs:
_id:
type: disabled
instance_value: UUID
author_staff_member:
type: select
options:
values: collections.staff_members
value_key: _id
blurb:
type: textarea
content_html:
type: html
options: *toolbar
lower_text_html:
type: html
options: *toolbar
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