@@ -31,6 +31,7 @@ collections: # A list of collections the CMS should be able to edit
31
31
- {label: "Layout", name: "layout", widget: "hidden", default: "post"}
32
32
- {label: "Slug", name: "slug", widget: "string"}
33
33
- {label: "Title", name: "title", widget: "string", tagname: "h1"}
34
+ - {label: "SubTitle", name: "subtitle", widget: "string", tagname: "h2"}
34
35
- {label: "Description", name: "description", widget: "text"}
35
36
- label : " Author"
36
37
name : " author"
@@ -57,4 +58,4 @@ collections: # A list of collections the CMS should be able to edit
57
58
- {label: "Date_Published", name: "datePublished", widget: "date", format: "YYYY-MM-DD"}
58
59
- {label: "Image_path", name: "image", widget: "string"}
59
60
- {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