Skip to content

Commit 3859e5d

Browse files
INT-2756: add statusbar attribute
1 parent 684c7fa commit 3859e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/ts/component/Editor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const parseNumberOrString = (value: string) => /^\d+$/.test(value) ? Number.pars
4848

4949
const configAttributes: Record<string, (v: string) => unknown> = {
5050
setup: parseGlobal, // function
51+
statusbar: parseBooleanOrString, // boolean
5152
toolbar: parseFalseOrString, // string or false
5253
menubar: parseFalseOrString, // string or false
5354
plugins: parseString, // string

0 commit comments

Comments
 (0)