UI Tweaks and bug fixes

This commit is contained in:
Daniel Lautzenheiser
2022-09-22 18:09:57 -04:00
parent 613a1cec76
commit 1aeffbf9c4
83 changed files with 171 additions and 113 deletions

View File

@ -70,6 +70,8 @@ collections: # A list of collections the CMS should be able to edit
label: 'Site Settings'
file: '_data/settings.json'
description: 'General Site Settings'
editor:
preview: true
fields:
- { label: 'Global title', name: 'site_title', widget: 'string' }
- label: 'Post Settings'

View File

@ -71,6 +71,8 @@ collections: # A list of collections the CMS should be able to edit
label: 'Site Settings'
file: '_data/settings.json'
description: 'General Site Settings'
editor:
preview: true
fields:
- { label: 'Global title', name: 'site_title', widget: 'string' }
- label: 'Post Settings'