Add Global Settings to config.yml
This commit is contained in:
parent
2f75b40fa5
commit
8d28d8d211
1 changed files with 10 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue