diff --git a/static/admin/config.yml b/static/admin/config.yml index 0794ab1..86b7130 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -11,7 +11,7 @@ public_folder: "/images/uploads" # The src attribute for uploaded media collections: - name: "posts" # Used in routes, e.g., /admin/collections/blog label: "Blog Posts" # Used in the UI - folder: "content/blog/posts" # The path to the folder where the documents are stored + folder: "content/posts" # The path to the folder where the documents are stored create: true # Allow users to create new documents in this collection path: "{{year}}-{{month}}-{{day}}-{{title}}/index" media_folder: ""