feat: add raw markdown editor (#866)
This commit is contained in:
committed by
GitHub
parent
dbf007a586
commit
f37952a84a
@ -769,6 +769,7 @@ export interface MarkdownField extends MediaField {
|
||||
widget: 'markdown';
|
||||
toolbar_buttons?: MarkdownFieldToolbarButtons;
|
||||
default?: string;
|
||||
show_raw?: string;
|
||||
}
|
||||
|
||||
export interface NumberField extends BaseField {
|
||||
|
Reference in New Issue
Block a user