|
@@ -136,8 +136,9 @@ export default {
|
|
|
imagetools_cors_hosts: ['www.tinymce.com', 'codepen.io'],
|
|
|
default_link_target: '_blank',
|
|
|
toolbar: ['searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample fontsizeselect fontselect', 'hr bullist numlist link image charmap preview anchor pagebreak insertdatetime media table emoticons forecolor backcolor fullscreen'],
|
|
|
- fontsize_formats: '8pt 10pt 12pt 14pt 18pt 24pt 36pt',
|
|
|
+ fontsize_formats: '0pt 8pt 10pt 12pt 14pt 18pt 24pt 36pt',
|
|
|
link_title: false,
|
|
|
+ image_dimensions: false,
|
|
|
nonbreaking_force_tab: true, // inserting nonbreaking space need Nonbreaking Space Plugin
|
|
|
init_instance_callback: editor => {
|
|
|
if (_this.value) {
|