forked from CloudCannon/sendit-gatsby-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudcannon.config.yml
101 lines (101 loc) · 2.28 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
paths:
collections: "content"
data: "data"
static: "public"
uploads: "public/uploads"
collections_config:
data:
path: "data"
disable_add: true
disable_add_folder: true
pages:
path: "content/pages"
url: "/[slug]"
output: true
icon: "wysiwyg"
_enabled_editors:
- "visual"
schemas:
default:
name: "New Page"
path: "schemas/page.md"
blog:
path: "content/posts"
output: true
url: "/blog/[slug]"
_enabled_editors:
- "content"
- "visual"
schemas:
default:
path: "schemas/post.md"
_inputs:
date:
instance_value: "now"
title_suffix:
comment: "Added at the end of the title and highlighted in a different color"
pagination.size:
type: "number"
social:
options:
preview:
icon: "link"
links:
options:
preview:
icon: "link"
items:
options:
preview:
icon: "link"
social[*].icon:
type: "select"
options:
values:
- "ph-facebook-logo"
- "ph-instagram-logo"
- "ph-twitter-logo"
- "ph-github-logo"
- "ph-youtube-logo"
logo_url:
comment: "Link for the logo in the top left of the footer"
copyright:
comment: "Automatically prefixed with the current year"
isActive:
type: "switch"
page_description:
comment: "Defaults to the description set in the Site SEO data file"
favicon_icon:
type: "image"
comment: "For the shortcut icon meta tag"
faivcon_image:
type: "image"
comment: "For the icon meta tag"
canonical_url:
comment: "Defaults to the pages url"
featured_image:
comment: "Defaults to the image set in the Site SEO data file"
featured_image.image:
type: image
options:
width: 1296
resize_style: crop
thumb_image.image:
type: image
options:
width: 500
height: 413
resize_style: crop
open_graph_type:
comment: "Defaults to the type 'website'"
author_twitter_handle:
comment: "Defaults to the twitter site value set in the Site SEO data file"
no_index:
type: "checkbox"
comment: "When selected this removes the page from your sitemap and adds the noindex robots meta tag"
_structures:
features:
values:
- value:
item: null
isActive: null