Trying to fix admin
This commit is contained in:
parent
86405a3e0f
commit
d882b7e116
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue