From 7a4760c6275900f160435a903e27e3afbed9437e Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Wed, 28 Mar 2018 08:50:03 +1000 Subject: [PATCH] Update collection type names --- public/admin/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/admin/config.yml b/public/admin/config.yml index 13c424c..f12243e 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -31,7 +31,7 @@ collections: # A list of collections the CMS should be able to edit - {label: Header Meta / Scripts, name: headerScripts, widget: text, required: false} - name: "pages" - label: "Pages" + label: "Page" delete: false # Prevent users from deleting documents in this collection editor: preview: false @@ -61,7 +61,7 @@ collections: # A list of collections the CMS should be able to edit - {label: Body, name: body, widget: markdown} - name: posts - label: Posts + label: Post editor: preview: false folder: content/posts @@ -90,7 +90,7 @@ collections: # A list of collections the CMS should be able to edit - {label: Content, name: body, widget: markdown} - name: postCategories - label: Post Categories + label: Post Category editor: preview: false folder: content/postCategories