feat: add raw markdown editor (#866)

This commit is contained in:
Daniel Lautzenheiser
2023-09-06 16:59:27 -04:00
committed by GitHub
parent dbf007a586
commit f37952a84a
9 changed files with 118 additions and 32 deletions

View File

@ -769,6 +769,7 @@ export interface MarkdownField extends MediaField {
widget: 'markdown';
toolbar_buttons?: MarkdownFieldToolbarButtons;
default?: string;
show_raw?: string;
}
export interface NumberField extends BaseField {