From 261a93cae55ea5a5720fba29be8db92edc593503 Mon Sep 17 00:00:00 2001 From: Benno Lorenz Date: Tue, 10 Jun 2025 09:40:11 +0200 Subject: [PATCH] apply restructuring to cms config --- 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 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: ""