|
@@ -66,6 +66,7 @@ class EditorInput extends React.Component {
|
|
paste_data_images: true, // 允许粘贴图像
|
|
paste_data_images: true, // 允许粘贴图像
|
|
images_file_types: 'jpeg,jpg,png,gif,bmp,webp',
|
|
images_file_types: 'jpeg,jpg,png,gif,bmp,webp',
|
|
menubar: false, // 隐藏最上方menu
|
|
menubar: false, // 隐藏最上方menu
|
|
|
|
+ default_link_target: "_blank", // 默认链接打开方式
|
|
fontsize_formats: '14px 16px 18px 20px 24px 26px 28px 30px 32px 36px', // 字体大小
|
|
fontsize_formats: '14px 16px 18px 20px 24px 26px 28px 30px 32px 36px', // 字体大小
|
|
file_picker_types: 'image',
|
|
file_picker_types: 'image',
|
|
charmap_append: [
|
|
charmap_append: [
|