Add json format support

This commit is contained in:
Mathias Biilmann Christensen
2016-10-27 15:33:15 +02:00
parent 7713c4c6f8
commit 80a2cefbf0
4 changed files with 28 additions and 16 deletions

View File

@ -36,7 +36,7 @@ collections: # A list of collections the CMS should be able to edit
file: "_data/settings.json"
description: "General Site Settings"
fields:
- {label: "Global title", name: site_title, widget: "string"}
- {label: "Global title", name: "site_title", widget: "string"}
- name: "authors"
label: "Authors"