-
Notifications
You must be signed in to change notification settings - Fork 1
/
prose.yml
50 lines (50 loc) · 1.41 KB
/
prose.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
prose:
rooturl: 'voting-info'
siteurl: 'http://votersedge.org'
relativeLinks: 'http://prose.github.io/starter/links.jsonp'
media: 'media'
ignore:
- package.json
- my_known_hosts
- buildspec.yml
- bitbucket-pipelines.yml
- _prose.yml
- /tools
- /json
- /_templates
metadata:
_posts:
- name: "weight"
field:
element: "integer"
label: "Set Weight"
placeholder: "Set the weight of this post"
value: 0
- name: "priority"
field:
element: "multiselect"
label: "Section Type"
placeholder: "Type of section"
options:
- name: "Sub-section (Minor)"
value: "Minor"
- name: "Intro"
value: "Major"
- name: "section"
field:
element: multiselect
options:
- name: "ways-to-vote"
value: "ways-to-vote"
- name: "voting-basics"
value: "voting-basics"
- name: "register-to-vote"
value: "register-to-vote"
- name: "my-rights-as-a-voter"
value: "my-rights-as-a-voter"
- name: "my-polling-place"
value: "my-polling-place"
- name: "more-voting-info"
value: "more-voting-info"
- name: "important-dates-deadlines"
value: "important-dates-deadlines"