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
|
element: text
|
||||||
label: permalink
|
label: permalink
|
||||||
type: text
|
type: text
|
||||||
|
placeholder: "/blog-url"
|
||||||
- name: description
|
- name: description
|
||||||
field:
|
field:
|
||||||
element: text
|
element: text
|
||||||
label: description
|
label: description
|
||||||
type: text
|
type: text
|
||||||
|
placeholder: "Short description. Will be displayed when sharing blog post to Facebook."
|
||||||
- name: image
|
- name: image
|
||||||
field:
|
field:
|
||||||
element: text
|
element: text
|
||||||
label: image
|
label: image
|
||||||
type: text
|
type: text
|
||||||
|
value: hello-world
|
||||||
_drafts:
|
_drafts:
|
||||||
- name: "published"
|
- name: "published"
|
||||||
field:
|
field:
|
||||||
|
@ -89,16 +92,19 @@ prose:
|
||||||
element: text
|
element: text
|
||||||
label: permalink
|
label: permalink
|
||||||
type: text
|
type: text
|
||||||
|
placeholder: "/blog-url"
|
||||||
- name: description
|
- name: description
|
||||||
field:
|
field:
|
||||||
element: text
|
element: text
|
||||||
label: description
|
label: description
|
||||||
type: text
|
type: text
|
||||||
|
placeholder: "Short description. Will be displayed when sharing blog post to Facebook."
|
||||||
- name: image
|
- name: image
|
||||||
field:
|
field:
|
||||||
element: text
|
element: text
|
||||||
label: image
|
label: image
|
||||||
type: text
|
type: text
|
||||||
|
value: hello-world
|
||||||
|
|
||||||
# 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