Supprimer les espaces

This commit is contained in:
Fred Tempez 2020-06-12 17:15:55 +02:00
parent 4ed4a4e0d9
commit 9227fe5e3c
1 changed files with 23 additions and 21 deletions

View File

@ -91,6 +91,8 @@ tinymce.init({
statusbar: false,
// Active le copié collé à partir du Web
paste_data_images: true,
// Active le copié collé à partir du presse papier
paste_filter_drop: false,
/* Eviter BLOB à tester
images_dataimg_filter: function(img) {
return img.hasAttribute('internal-blob');