metadata settings prose
This commit is contained in:
parent
9170b31f36
commit
eb0a59f65d
1 changed files with 29 additions and 3 deletions
32
_config.yml
32
_config.yml
|
@ -63,16 +63,42 @@ prose:
|
||||||
element: "checkbox"
|
element: "checkbox"
|
||||||
label: "published"
|
label: "published"
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: permalink
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: permalink
|
||||||
|
type: text
|
||||||
|
- name: description
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: description
|
||||||
|
type: text
|
||||||
|
- name: image
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: image
|
||||||
|
type: text
|
||||||
_drafts:
|
_drafts:
|
||||||
- name: "published"
|
- name: "published"
|
||||||
field:
|
field:
|
||||||
element: "checkbox"
|
element: "checkbox"
|
||||||
label: "published"
|
label: "published"
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: permalink
|
||||||
field:
|
field:
|
||||||
element: "text"
|
element: text
|
||||||
label: "permalink"
|
label: permalink
|
||||||
value: ""
|
type: text
|
||||||
|
- name: description
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: description
|
||||||
|
type: text
|
||||||
|
- name: image
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: image
|
||||||
|
type: text
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default. Create a custom list
|
# The following items will not be processed, by default. Create a custom list
|
||||||
|
|
Loading…
Reference in a new issue