Bugfixes (#61)

- Fix react key issue with typed list preview children
- Added error outline to relation widget
- Added typing support to template previews
- Discard draft entry from store when navigating away from editor (This fixes an issue with the media library thinking it was still in the editor, causing it to upload media as draft)
- Properly type file formatters
- Fix local backup not working
This commit is contained in:
Daniel Lautzenheiser
2022-11-02 08:54:30 -04:00
committed by GitHub
parent 763f33ef5e
commit 766009aa0d
21 changed files with 120 additions and 109 deletions

View File

@ -1,10 +1,10 @@
backend:
name: github
branch: master
repo: owner/repo
branch: main
repo: staticjscms/static-cms-github
media_folder: static/media
public_folder: /media
media_folder: assets/upload
public_folder: /assets/upload
collections:
- name: posts
label: Posts