|
|
@@ -15,6 +15,7 @@ const toolbar = [
|
|
|
'undo redo',
|
|
|
'blocks',
|
|
|
'bold italic',
|
|
|
+ 'copy paste',
|
|
|
'alignleft aligncenter alignright alignjustify',
|
|
|
// 'indent outdent',
|
|
|
'table',
|
|
|
@@ -26,7 +27,8 @@ const editInit = {
|
|
|
language: 'zh_CN',
|
|
|
skin: 'small',
|
|
|
icons: 'small',
|
|
|
- plugins: 'lists link image table code help wordcount fullscreen',
|
|
|
+ plugins: 'lists link paste selectall image table code help wordcount fullscreen',
|
|
|
+ contextmenu: 'copy paste selectall',
|
|
|
toolbar: toolbar.join(' | '),
|
|
|
menubar: false,
|
|
|
branding: false,
|