@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
@@ -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
|
-
|
157624
|
-
|
157625
|
-
|
157626
|
-
|
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,
|