diff --git a/public/admin/config.yml b/public/admin/config.yml index 1ed2dc9..5f76acd 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -15,10 +15,21 @@ collections: # A list of collections the CMS should be able to edit name: "home-page" fields: - {label: Title, name: title, widget: string} + - {label: Subtitle, name: subtitle, widget: string} - {label: Body, name: body, widget: markdown} - file: "content/pages/about.json" label: "About Page" name: "about-page" fields: - {label: Title, name: title, widget: string} + - {label: Subtitle, name: subtitle, widget: string} + - {label: Body, name: body, widget: markdown} + - {label: Section 1, name: section1, widget: markdown} + - {label: Section 2, name: section2, widget: markdown} + - file: "content/pages/contact.json" + label: "Contact Page" + name: "contact-page" + fields: + - {label: Title, name: title, widget: string} + - {label: Subtitle, name: subtitle, widget: string} - {label: Body, name: body, widget: markdown} diff --git a/public/admin/index.html b/public/admin/index.html index 1ef4650..76c205b 100644 --- a/public/admin/index.html +++ b/public/admin/index.html @@ -6,12 +6,12 @@