add optional category to metadata
This commit is contained in:
parent
2cde80f12e
commit
0495ec6a02
1 changed files with 12 additions and 0 deletions
12
_config.yml
12
_config.yml
|
@ -81,6 +81,12 @@ prose:
|
||||||
label: image
|
label: image
|
||||||
type: text
|
type: text
|
||||||
value: hello-world
|
value: hello-world
|
||||||
|
- name: category
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: category
|
||||||
|
type: text
|
||||||
|
placeholder: useful | entertaining | motivational
|
||||||
_drafts:
|
_drafts:
|
||||||
- name: "published"
|
- name: "published"
|
||||||
field:
|
field:
|
||||||
|
@ -105,6 +111,12 @@ prose:
|
||||||
label: image
|
label: image
|
||||||
type: text
|
type: text
|
||||||
value: hello-world
|
value: hello-world
|
||||||
|
- name: category
|
||||||
|
field:
|
||||||
|
element: text
|
||||||
|
label: category
|
||||||
|
type: text
|
||||||
|
placeholder: useful | entertaining | motivational
|
||||||
|
|
||||||
# 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