apply restructuring to cms config
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user