@vipl520/dk-ui 1.0.68 → 1.0.69
Sign up to get free protection for your applications and to get access to all the features.
- 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",
|