metadata settings prose

This commit is contained in:
Ayo 2021-06-25 00:43:40 +08:00
parent 9170b31f36
commit eb0a59f65d

View file

@ -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