update metadata default values and placeholders
This commit is contained in:
parent
eb0a59f65d
commit
fb35ae85b0
1 changed files with 6 additions and 0 deletions
|
@ -68,16 +68,19 @@ prose:
|
|||
element: text
|
||||
label: permalink
|
||||
type: text
|
||||
placeholder: "/blog-url"
|
||||
- name: description
|
||||
field:
|
||||
element: text
|
||||
label: description
|
||||
type: text
|
||||
placeholder: "Short description. Will be displayed when sharing blog post to Facebook."
|
||||
- name: image
|
||||
field:
|
||||
element: text
|
||||
label: image
|
||||
type: text
|
||||
value: hello-world
|
||||
_drafts:
|
||||
- name: "published"
|
||||
field:
|
||||
|
@ -89,16 +92,19 @@ prose:
|
|||
element: text
|
||||
label: permalink
|
||||
type: text
|
||||
placeholder: "/blog-url"
|
||||
- name: description
|
||||
field:
|
||||
element: text
|
||||
label: description
|
||||
type: text
|
||||
placeholder: "Short description. Will be displayed when sharing blog post to Facebook."
|
||||
- name: image
|
||||
field:
|
||||
element: text
|
||||
label: image
|
||||
type: text
|
||||
value: hello-world
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default. Create a custom list
|
||||
|
|
Loading…
Reference in a new issue