This commit is contained in:
2025-12-05 10:13:09 +01:00
parent 037ef3a4e6
commit dffbc5bda0
6 changed files with 978 additions and 26 deletions

View File

@@ -7,8 +7,8 @@ backend:
auth_endpoint: /login/oauth/authorize
api_root: /api/v1
media_folder: static/images
public_folder: /images
media_folder: "static/images"
public_folder: "/images"
collections:
- name: "homepage"
@@ -17,7 +17,6 @@ collections:
fields:
- { label: "Titel", name: "title", widget: "string" }
# Banner-groep
- label: "Banner"
name: "banner"
widget: "object"
@@ -34,7 +33,6 @@ collections:
- { label: "Label", name: "label", widget: "string" }
- { label: "Link", name: "link", widget: "string" }
# Call to Action
- label: "Call to Action"
name: "call_to_action"
widget: "object"