bump version to 0.0.28 and enhance TinyMCE configuration with additional menu options
This commit is contained in:
@@ -137,5 +137,32 @@ export default {
|
||||
toolbar1:
|
||||
'undo redo | styles | bold italic | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | link image | media | forecolor backcolor ai_button',
|
||||
toolbar2: '',
|
||||
menubar: true
|
||||
menubar: true,
|
||||
menu: {
|
||||
|
||||
edit: {
|
||||
title: 'Edit',
|
||||
items: 'undo redo | cut copy paste pastetext | selectall | searchreplace'
|
||||
},
|
||||
view: {
|
||||
title: 'View',
|
||||
items:
|
||||
' visualaid visualchars visualblocks'
|
||||
},
|
||||
insert: {
|
||||
title: 'Insert',
|
||||
items:
|
||||
'image link media | hr'
|
||||
},
|
||||
format: {
|
||||
title: 'Format',
|
||||
items:
|
||||
'bold italic underline strikethrough superscript subscript codeformat | forecolor backcolor | language | removeformat'
|
||||
},
|
||||
table: {
|
||||
title: 'Table',
|
||||
items: 'inserttable | cell row column | advtablesort | tableprops deletetable'
|
||||
},
|
||||
help: { title: 'Help', items: 'help' }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user