aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/admin/config.yml
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:46:35 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:46:35 +0200
commit748564be8a54f07761eea87c1bb84009e16a8593 (patch)
tree743c6a2105afd7fadb83e9e68aa611551a188201 /site/static/admin/config.yml
parent7163e7d16db40a3382167dcec145cd033114227a (diff)
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/static/admin/config.yml')
-rw-r--r--site/static/admin/config.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml
index b374e60..5900477 100644
--- a/site/static/admin/config.yml
+++ b/site/static/admin/config.yml
@@ -15,13 +15,3 @@ collections: # A list of collections the CMS should be able to edit
- {label: "Title", name: "title", widget: "string", tagname: "h1"}
- {label: "Body", name: "body", widget: "markdown"}
- {label: "Publish Date", name: "date", widget: "datetime"}
- # - name: "settings"
- # label: "Settings"
- # files:
- # - name: "general"
- # label: "General settings"
- # file: "_settings/general.json"
- # fields:
- # - {label: "Main site title", name: "site_title", widget: "string"}
- # - {label: "Number of fronpage posts", name: "post_count", widget: "number"}
- # - {label: "Site cover image", name: "cover", widget: "image"}