mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 03:46:39 +08:00
Remove insert link from tinymce menu [SCI-12142]
This commit is contained in:
parent
bdbcdc37fa
commit
8eb45ce6d0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
contextmenu: '',
|
||||
promotion: false,
|
||||
menu: {
|
||||
insert: { title: 'Insert', items: 'link | charmap hr | nonbreaking anchor | insertdatetime' }
|
||||
insert: { title: 'Insert', items: 'charmap hr | nonbreaking | insertdatetime' }
|
||||
},
|
||||
autoresize_bottom_margin: 20,
|
||||
codesample_global_prismjs: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue