Compare commits
2 Commits
ba61000e38
...
261a93cae5
| Author | SHA1 | Date | |
|---|---|---|---|
| 261a93cae5 | |||
| 2868adadaa |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
@@ -11,7 +11,7 @@ public_folder: "/images/uploads" # The src attribute for uploaded media
|
|||||||
collections:
|
collections:
|
||||||
- name: "posts" # Used in routes, e.g., /admin/collections/blog
|
- name: "posts" # Used in routes, e.g., /admin/collections/blog
|
||||||
label: "Blog Posts" # Used in the UI
|
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
|
create: true # Allow users to create new documents in this collection
|
||||||
path: "{{year}}-{{month}}-{{day}}-{{title}}/index"
|
path: "{{year}}-{{month}}-{{day}}-{{title}}/index"
|
||||||
media_folder: ""
|
media_folder: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user