Skip to content

Commit f5be41d

Browse files
committed
subtitle for posts
1 parent 771b3bc commit f5be41d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ collections: # A list of collections the CMS should be able to edit
3131
- {label: "Layout", name: "layout", widget: "hidden", default: "post"}
3232
- {label: "Slug", name: "slug", widget: "string"}
3333
- {label: "Title", name: "title", widget: "string", tagname: "h1"}
34+
- {label: "SubTitle", name: "subtitle", widget: "string", tagname: "h2"}
3435
- {label: "Description", name: "description", widget: "text"}
3536
- label: "Author"
3637
name: "author"
@@ -57,4 +58,4 @@ collections: # A list of collections the CMS should be able to edit
5758
- {label: "Date_Published", name: "datePublished", widget: "date", format: "YYYY-MM-DD"}
5859
- {label: "Image_path", name: "image", widget: "string"}
5960
- {label: "Intro Paragraph", name: "intro_paragraph", widget: "markdown", required: false}
60-
- {label: "Body", name: "body", widget: "markdown", required: false}
61+
- {label: "Body", name: "body", widget: "markdown", required: false}

0 commit comments

Comments
 (0)