fix: draft folder/file handling (#777)

This commit is contained in:
Daniel Lautzenheiser
2023-05-04 14:36:33 -04:00
committed by GitHub
parent cd13f3d193
commit 95010a5cce
10 changed files with 505 additions and 63 deletions

View File

@ -49,6 +49,12 @@ export const mockFileField: FileOrImageField = {
widget: 'file',
};
export const mockImageField: FileOrImageField = {
label: 'Image',
name: 'mock_image',
widget: 'image',
};
export const mockMarkdownField: MarkdownField = {
label: 'Body',
name: 'body',