suneditor 2.43.8 → 2.43.9

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/README.md CHANGED
@@ -442,6 +442,7 @@ toolbarContainer: A custom HTML selector placing the toolbar inside.
442
442
  stickyToolbar : Top offset value of "sticky toolbar".
443
443
  Set to 0, '0px', '50px'...
444
444
  If set to -1 or false or null to turn off. default: 0 {Number|String|Boolean}
445
+ hideToolbar : The toolbar is rendered hidden. default: false {Boolean}
445
446
  fullScreenOffset: Top offset value of "full Screen".
446
447
  Set to 0, '0px', '50px'... default: 0 {Number|String}
447
448
  iframe : Content will be placed in an iframe and isolated from the rest of the page. default: false {Boolean}