fix: change show_raw interface definition to boolean (#929)
This commit is contained in:
parent
732a9a03d6
commit
e5fa9d5cff
@ -765,7 +765,7 @@ export interface MarkdownField extends MediaField {
|
||||
widget: 'markdown';
|
||||
toolbar_buttons?: MarkdownFieldToolbarButtons;
|
||||
default?: string;
|
||||
show_raw?: string;
|
||||
show_raw?: boolean;
|
||||
}
|
||||
|
||||
export interface NumberField extends BaseField {
|
||||
|
Loading…
x
Reference in New Issue
Block a user