@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,
package/package.json CHANGED
@@ -49,6 +49,6 @@
49
49
  "webpack": "^5.75.0"
50
50
  },
51
51
  "dependencies": {},
52
- "version": "2.0.2",
52
+ "version": "2.0.3-feature.20231219080225397.shacf78a5d",
53
53
  "name": "@tinymce/tinymce-webcomponent"
54
54
  }