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"

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
</head>
<body>
<!-- Decap CMS bundle via CDN -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script src="/admin/decap-cms.js"></script>
</body>
</html>

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"

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
</head>
<body>
<!-- Decap CMS bundle via CDN -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script src="/admin/decap-cms.js"></script>
</body>
</html>