|
|
@ -52,7 +52,7 @@ export const defaultConfig: TinyMCEConfig = {
|
|
|
|
plugins: [
|
|
|
|
plugins: [
|
|
|
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
|
|
|
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
|
|
|
|
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
|
|
|
|
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
|
|
|
|
'insertdatetime', 'media', 'table', 'help', 'wordcount', 'pastefromword', 'powerpaste'
|
|
|
|
'insertdatetime', 'media', 'table', 'help', 'wordcount', 'pastefromword'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
toolbar: 'undo redo | formatselect | ' +
|
|
|
|
toolbar: 'undo redo | formatselect | ' +
|
|
|
|
'bold italic backcolor | alignleft aligncenter ' +
|
|
|
|
'bold italic backcolor | alignleft aligncenter ' +
|
|
|
@ -104,7 +104,7 @@ export const fullConfig: TinyMCEConfig = {
|
|
|
|
plugins: [
|
|
|
|
plugins: [
|
|
|
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
|
|
|
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
|
|
|
|
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
|
|
|
|
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
|
|
|
|
'insertdatetime', 'media', 'table', 'help', 'wordcount', 'pastefromword', 'powerpaste',
|
|
|
|
'insertdatetime', 'media', 'table', 'help', 'wordcount', 'pastefromword',
|
|
|
|
'codesample', 'emoticons', 'template', 'paste', 'textcolor', 'colorpicker'
|
|
|
|
'codesample', 'emoticons', 'template', 'paste', 'textcolor', 'colorpicker'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
toolbar: 'undo redo | formatselect | bold italic underline strikethrough | ' +
|
|
|
|
toolbar: 'undo redo | formatselect | bold italic underline strikethrough | ' +
|
|
|
@ -112,7 +112,7 @@ export const fullConfig: TinyMCEConfig = {
|
|
|
|
'bullist numlist outdent indent | link image media table | ' +
|
|
|
|
'bullist numlist outdent indent | link image media table | ' +
|
|
|
|
'removeformat | fullscreen preview | help',
|
|
|
|
'removeformat | fullscreen preview | help',
|
|
|
|
menubar: 'file edit view insert format tools table help',
|
|
|
|
menubar: 'file edit view insert format tools table help',
|
|
|
|
branding: true,
|
|
|
|
// branding: true,
|
|
|
|
elementpath: true,
|
|
|
|
elementpath: true,
|
|
|
|
statusbar: true,
|
|
|
|
statusbar: true,
|
|
|
|
resize: true,
|
|
|
|
resize: true,
|
|
|
|