1
0
Fork 0

Trying to fix admin

This commit is contained in:
Ava Gaiety Wroten 2020-09-21 22:52:27 -05:00
parent 86405a3e0f
commit d882b7e116

View file

@ -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