forked from danielnaab/wunderdog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_prose.yml
84 lines (84 loc) · 2.55 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
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
prose:
rooturl: 'content'
siteurl: 'http://blog.crushingpennies.com/wunderdog/'
media: 'content/media'
metadata:
content/posts:
- name: "published"
field:
element: "checkbox"
label: "Published"
help: "Uncheck to make this post hidden."
value: true
on: "true"
off: "false"
- name: "title"
field:
element: "text"
label: "Title"
help: "The blog post title"
placeholder: "Enter title"
- name: "date"
field:
element: "text"
label: "Publication Date"
help: "The publication date for this post."
placeholder: "Enter date in the form YYYY-MM-DD"
- name: "allowComments"
field:
element: "checkbox"
label: "Allow Comments"
help: "Allow users to comment with Disqus."
value: true
on: "true"
off: "false"
content/testimonials:
- name: "published"
field:
element: "checkbox"
label: "Published"
help: "Uncheck to make this testimonial hidden."
value: true
on: "true"
off: "false"
- name: "dog"
field:
element: "text"
label: "Dog Name"
help: "The name of the dog(s) for this testimonial."
placeholder: "Enter dog name"
- name: "issues"
field:
element: "text"
label: "Dog Issues"
help: "The issues this dog has/had."
placeholder: "Enter dog's issues"
- name: "author"
field:
element: "text"
label: "Author"
help: "The name of the author of this testimonial."
placeholder: "Enter author name"
- name: "authorLocation"
field:
element: "text"
label: "Author Location"
help: "The location of the author of this testimonial."
placeholder: "Enter author location"
- name: "authorUrl"
field:
element: "text"
label: "Author URL"
help: "A web URL for this author, if available."
placeholder: "Enter author URL"
- name: "image"
field:
element: "text"
label: "Image File Name"
help: "The file name for an image for this testimonial."
placeholder: "Enter image file name"
- name: "signees"
field:
element: "hidden"
label: "Signees/signatories"
help: "If there is more than one author for this testimonial, enter them here."