Add Global Settings to config.yml

This commit is contained in:
Jinksi 2017-10-14 16:19:19 +10:00
parent 2f75b40fa5
commit 8d28d8d211

View file

@ -7,6 +7,16 @@ media_folder: "public/images/uploads" # Media files will be stored in the repo u
public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads
collections: # A list of collections the CMS should be able to edit
- name: "settings"
label: "Settings"
editor:
preview: false
files:
- file: "content/settings/global.json"
label: "Global Settings"
name: "global-settings"
fields:
- {label: Site Title, name: siteTitle, widget: string}
- name: "pages"
label: "Pages"
files: