@innovastudio/contentbox 1.6.146 → 1.6.147

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.146",
4
+ "version": "1.6.147",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -157620,13 +157620,10 @@ class ContentBox {
157620
157620
  // Option for self-hosted fonts:
157621
157621
  // fontPath: 'assets/cssfonts/', // If set, will be used
157622
157622
  plugins: [// { name: 'preview', showInMainToolbar: true, showInElementToolbar: true },
157623
- // { name: 'symbols', showInMainToolbar: true, showInElementToolbar: false },
157624
- // { name: 'animation', showInMainToolbar: true, showInElementToolbar: true },
157625
- {
157626
- name: 'wordcount',
157627
- showInMainToolbar: true,
157628
- showInElementToolbar: true
157629
- }],
157623
+ // { name: 'symbols', showInMainToolbar: true, showInElementToolbar: false },
157624
+ // { name: 'animation', showInMainToolbar: true, showInElementToolbar: true },
157625
+ // { name: 'wordcount', showInMainToolbar: true, showInElementToolbar: true }
157626
+ ],
157630
157627
  disableConfig: true,
157631
157628
  maxColumns: 6,
157632
157629
  useLightbox: true,