From d882b7e116ad86e2397efa89de9fcd0a22688170 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Mon, 21 Sep 2020 22:52:27 -0500 Subject: [PATCH] Trying to fix admin --- static/admin/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index b80465e..56113c7 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -4,7 +4,7 @@ backend: media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads collections: - - name: "posts" # Used in routes, e.g., /admin/collections/blog + - name: "" # Used in routes, e.g., /admin/collections/blog label: "Posts" # Used in the UI folder: "content/posts" # The path to the folder where the documents are stored create: true # Allow users to create new documents in this collection