update metadata default values and placeholders

This commit is contained in:
Ayo 2021-06-25 00:46:01 +08:00
parent eb0a59f65d
commit fb35ae85b0

View file

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