@tinymce/tinymce-webcomponent 2.0.2 → 2.0.3-feature.20231219080225397.shacf78a5d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
const parseNumberOrString = value => /^\d+$/.test(value) ? Number.parseInt(value, 10) : value;
|
|
115
115
|
const configAttributes = {
|
|
116
116
|
setup: parseGlobal,
|
|
117
|
+
statusbar: parseBooleanOrString,
|
|
117
118
|
toolbar: parseFalseOrString,
|
|
118
119
|
menubar: parseFalseOrString,
|
|
119
120
|
plugins: parseString,
|