mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 21:36:44 +08:00
Merge pull request #8697 from aignatov-bio/ai-sci-12142-remove-insert-link-from-tinymce-menu
Remove insert link from tinymce menu [SCI-12142]
This commit is contained in:
commit
745c8ba006
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default {
|
||||||
contextmenu: '',
|
contextmenu: '',
|
||||||
promotion: false,
|
promotion: false,
|
||||||
menu: {
|
menu: {
|
||||||
insert: { title: 'Insert', items: 'link | charmap hr | nonbreaking anchor | insertdatetime' }
|
insert: { title: 'Insert', items: 'charmap hr | nonbreaking | insertdatetime' }
|
||||||
},
|
},
|
||||||
autoresize_bottom_margin: 20,
|
autoresize_bottom_margin: 20,
|
||||||
codesample_global_prismjs: true,
|
codesample_global_prismjs: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue