|
@@ -40,14 +40,8 @@ export default {
|
|
|
language: 'zh_CN',
|
|
language: 'zh_CN',
|
|
|
skin_url: '/tinymce/skins/ui/oxide',
|
|
skin_url: '/tinymce/skins/ui/oxide',
|
|
|
height: 600,
|
|
height: 600,
|
|
|
- external_plugins: {
|
|
|
|
|
- 'mathjax': '/tinymce/mathjax/plugin.min.js'
|
|
|
|
|
- },
|
|
|
|
|
- mathjax: {
|
|
|
|
|
- lib: '/tinymce/mathjax/tex-mml-chtml.js'
|
|
|
|
|
- },
|
|
|
|
|
plugins: 'image code',
|
|
plugins: 'image code',
|
|
|
- toolbar: 'mathjax bold italic underline strikethrough | fontsizeselect | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent blockquote | undo redo | image code | removeformat',
|
|
|
|
|
|
|
+ toolbar: 'bold italic underline strikethrough | fontsizeselect | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent blockquote | undo redo | image code | removeformat',
|
|
|
branding: false,
|
|
branding: false,
|
|
|
images_upload_handler: function(blobInfo, success, failure) {
|
|
images_upload_handler: function(blobInfo, success, failure) {
|
|
|
// base64转本地上传
|
|
// base64转本地上传
|