@jx3box/jx3box-editor 1.7.7 → 1.7.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/package.json +1 -1
- package/src/Article.vue +1 -0
- package/src/Tinymce.vue +1 -1
package/package.json
CHANGED
package/src/Article.vue
CHANGED
package/src/Tinymce.vue
CHANGED
|
@@ -81,7 +81,7 @@ export default {
|
|
|
81
81
|
"code fullscreen wordcount powerpaste pagebreak printpage pz", // template anchor jx3icon autosave
|
|
82
82
|
],
|
|
83
83
|
toolbar: [
|
|
84
|
-
"undo | formatselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough superscript subscript | link unlink
|
|
84
|
+
"undo | formatselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough superscript subscript | link unlink | fullscreen code", //anchor restoredraft
|
|
85
85
|
"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
|
|
86
86
|
],
|
|
87
87
|
mobile: {
|