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