@vipl520/dk-ui 1.0.68 → 1.0.69
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/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/web-types.json +1 -1
- package/es/tiny-editor/src/config.mjs +1 -1
- package/es/tiny-editor/src/config.mjs.map +1 -1
- package/lib/tiny-editor/src/config.js +1 -1
- package/lib/tiny-editor/src/config.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
editimage_cors_hosts: ["picsum.photos"],
|
|
1357
1357
|
menubar: "file edit view insert format tools table help",
|
|
1358
1358
|
toolbar: "showImage bold italic underline strikethrough fontfamily fontsize blocks alignleft aligncenter alignright alignjustify numlist bullist forecolor backcolor removeformat image media link emoticons code preview fullscreen |",
|
|
1359
|
-
toolbar_sticky:
|
|
1359
|
+
toolbar_sticky: false,
|
|
1360
1360
|
// content_css: 'document',
|
|
1361
1361
|
height: 400,
|
|
1362
1362
|
quickbars_selection_toolbar: "bold italic | quicklink h2 h3 blockquote showImage",
|