diff --git a/example/config.yml b/example/config.yml index 12e565e1..fd9d855a 100644 --- a/example/config.yml +++ b/example/config.yml @@ -17,7 +17,6 @@ collections: # A list of collections the CMS should be able to edit - {label: "Body", name: "body", widget: "markdown"} meta: - {label: "SEO Description", name: "description", widget: "text"} - card: {type: "image", image: "image", text: "title"} - name: "faq" # Used in routes, ie.: /admin/collections/:slug/edit label: "FAQ" # Used in the UI, ie.: "New Post" @@ -26,7 +25,6 @@ collections: # A list of collections the CMS should be able to edit fields: # The fields each document in this collection have - {label: "Question", name: "title", widget: "string", tagname: "h1"} - {label: "Answer", name: "body", widget: "markdown"} - card: {type: "alltype", text: "title"} - name: "settings" label: "Settings"