@visns-studio/visns-components 3.0.6 → 3.0.7

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.
@@ -713,6 +713,7 @@ function Field({
713
713
  onInit={(evt, editor) => (editorRef.current = editor)}
714
714
  value={inputValue || ''}
715
715
  init={{
716
+ branding: false,
716
717
  height: 500,
717
718
  menubar: false,
718
719
  plugins: [
@@ -732,8 +733,6 @@ function Field({
732
733
  'media',
733
734
  'table',
734
735
  'code',
735
- 'help',
736
- 'wordcount',
737
736
  ],
738
737
  toolbar:
739
738
  'undo redo | blocks | ' +
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "react-dom": "^17.0.1"
47
47
  },
48
48
  "name": "@visns-studio/visns-components",
49
- "version": "3.0.6",
49
+ "version": "3.0.7",
50
50
  "description": "Various packages to assist in the development of our Custom Applications.",
51
51
  "main": "index.js",
52
52
  "scripts": {