Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e5fa9d5

Browse files
authored
fix: change show_raw interface definition to boolean (#929)
1 parent 732a9a0 commit e5fa9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ export interface MarkdownField extends MediaField {
765765
widget: 'markdown';
766766
toolbar_buttons?: MarkdownFieldToolbarButtons;
767767
default?: string;
768-
show_raw?: string;
768+
show_raw?: boolean;
769769
}
770770

771771
export interface NumberField extends BaseField {

0 commit comments

Comments
 (0)