@jx3box/jx3box-editor 1.1.2 → 1.1.3
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
package/src/Tinymce.vue
CHANGED
|
@@ -73,10 +73,10 @@ export default {
|
|
|
73
73
|
"link autolink",
|
|
74
74
|
"hr lists advlist table codeinline codesample checklist foldtext latex",
|
|
75
75
|
"image emoticons media videox macro qixue talent2",
|
|
76
|
-
"
|
|
76
|
+
"code fullscreen wordcount powerpaste pagebreak printpage pz", // template anchor jx3icon autosave
|
|
77
77
|
],
|
|
78
78
|
toolbar: [
|
|
79
|
-
"undo | formatselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough superscript subscript | link unlink |
|
|
79
|
+
"undo | formatselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough superscript subscript | link unlink | fullscreen code", //restoredraft
|
|
80
80
|
"removeformat | hr alignleft aligncenter alignright alignjustify indent outdent | bullist numlist checklist table blockquote foldtext codeinline codesample latex | emoticons image media videox | macro pz qixue talent2 pagebreak printpage", // template anchor jx3icon
|
|
81
81
|
],
|
|
82
82
|
mobile: {
|