-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pages.yml
106 lines (95 loc) · 2.3 KB
/
.pages.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
media:
input: public/images
output: /images
content:
- name: config
label: Home Page
type: file
path: page-settings.yml
fields:
- name: hero
label: Hero
type: object
fields:
- name: heading
label: Heading
type: string
- name: button1
label: Call to Action Button 1
type: object
fields:
- name: text
label: Text
type: string
- name: link
label: Link
type: string
- name: button2
label: Call to Action Button 2
type: object
fields:
- name: text
label: Text
type: string
- name: link
label: Link
type: string
- name: sbmSection
label: State Based Marketplace Section
type: object
fields:
- name: heading
label: Heading
type: string
- name: cards
label: Cards
type: object
list: true
fields:
- name: title
label: false
type: string
- name: blurb
label: Blurb
type: text
- name: link
label: Link
type: object
fields:
- name: text
label: Text
type: string
- name: url
label: Link
type: string
- name: services
label: Services
type: object
list: true
fields:
- name: title
label: false
type: string
- name: clients
label: Select Clients
type: object
list: true
fields:
- name: name
label: false
type: string
- name: logo
label: Logo
type: image
options:
path: public/images/logos
extensions: [jpg, jpeg, png, webp, svg]
- name: about-pages
label: About Page
type: file
path: src/pages/about.md
fields:
- name: title
label: Title
type: string
- { name: body, label: Body, type: rich-text }