Skip to content

Commit 7fae66f

Browse files
authored
feat(tinymce): optimize default toolbar (#556)
1 parent db9b4b3 commit 7fae66f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/component/base/tinymce/index.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ export default {
2929
toolbar: {
3030
type: String,
3131
default: ` undo redo
32-
| formatselect
33-
| bold italic strikethrough forecolor backcolor formatpainter
32+
| formatselect fontselect fontsizeselect lineheight
33+
| bold italic underline strikethrough forecolor backcolor formatpainter
34+
| insertdatetime superscript subscript hr
3435
| link image | alignleft aligncenter alignright alignjustify
3536
| numlist bullist outdent indent
3637
| removeformat

0 commit comments

Comments
 (0)