-
Notifications
You must be signed in to change notification settings - Fork 2
/
_prose.yml
61 lines (61 loc) · 1.43 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
prose:
rooturl: 'pages'
media: 'static/images'
metadata:
pages:
- name: "title"
field:
element: "text"
label: "Title"
value: "page.md"
placeholder: "Title"
- name: "date"
field:
element: "text"
label: "Date"
value: "CURRENT_DATETIME"
placeholder: "YYYY-MM-DD HH:MM"
- name: "menu"
field:
element: "text"
label: "Menu"
placeholder: "main"
- name: "layout"
field:
element: "text"
label: "Layout"
placeholder: "Layout"
- name: "path"
field:
element: "text"
label: "Path"
placeholder: "Permalink"
pages/blog:
- name: "title"
field:
element: "text"
label: "Title"
value: "post.md"
placeholder: "Title"
- name: "date"
field:
element: "text"
label: "Date"
value: "CURRENT_DATETIME"
placeholder: "YYYY-MM-DD HH:MM"
- name: "image"
field:
element: "text"
label: "Image"
placeholder: "image.jpg"
- name: "tags"
field:
element: "multiselect"
label: "Tags"
placeholder: "Add tags"
alterable: true
- name: "path"
field:
element: "text"
label: "Path"
placeholder: "Permalink"