update editor config

This commit is contained in:
Simon Vieille 2021-05-20 20:23:31 +02:00
parent 87c15f3b1f
commit 20ad843aab

View file

@ -15,6 +15,7 @@ const initEditor = function(element) {
spellchecker_dialog: true,
tinycomments_mode: 'embedded',
contextmenu: "link image imagetools table configurepermanentpen",
convert_urls: false,
});
}