diff --git a/public/admin/config.yml b/public/admin/config.yml index 197b04f..2a6d7c7 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -29,6 +29,9 @@ collections: # A list of collections the CMS should be able to edit - {label: Twitter Creator Account, name: twitterCreatorAccount, widget: string, required: false} - name: "pages" label: "Pages" + delete: false # Prevent users from deleting documents in this collection + editor: + preview: false files: - file: "content/pages/home.md" label: "Home Page"