-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pages.yml
62 lines (62 loc) · 2.19 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
media: static/images
content:
- name: news
label: News
type: collection
path: content/news
view:
fields: [ title, draft, date ]
fields:
- { name: title, label: Title, type: string, required: true }
- { name: author, label: Author, type: string }
- { name: canonicalUrl, label: Canonical Url, type: string }
- { name: draft, label: Draft, type: boolean }
- { name: body, label: Body, type: rich-text }
- name: careers
label: Job Requests
type: collection
path: content/careers
view:
fields: [ title, draft, date ]
fields:
- { name: title, label: Title, type: string, required: true }
- name: position
label: Position Type
type: select
options:
values:
- value: ft
label: Full Time
- value: pt
label: Part Time
- value: ct
label: Contract
- { name: post_date, label: Posted Date, type: date, required: true }
- { name: base_salary, label: Base Salary, type: number }
- { name: maximum_salary, label: Max Salary, type: number }
- { name: draft, label: Draft, type: boolean }
- { name: body, label: Body, type: rich-text }
- name: about
label: About page
type: file
path: content/about.md
fields:
- { name: title, label: Title, type: string }
- { name: description, label: Description, type: text }
- { name: body, label: Body, type: rich-text, options: { input: public/assets, output: /assets } }
- name: state-based-marketplace
label: SBM Page
type: file
path: content/state-based-marketplace.md
fields:
- { name: title, label: Title, type: string }
- { name: description, label: Description, type: text }
- { name: body, label: Body, type: rich-text, options: { input: public/assets, output: /assets } }
- name: careers
label: Careers Page
type: file
path: content/careers/_index.md
fields:
- { name: title, label: Title, type: string }
- { name: description, label: Description, type: text }
- { name: body, label: Body, type: rich-text, options: { input: public/assets, output: /assets } }