Remove insert link from tinymce menu [SCI-12142]

This commit is contained in:
Anton 2025-07-23 15:14:13 +02:00
parent bdbcdc37fa
commit 8eb45ce6d0

View file

@ -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,