init
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user