Removed unexpected plugins

This commit is contained in:
Laurent Destailleur 2022-05-16 20:44:58 +02:00
parent 049799c2e6
commit dd02c0607a

View File

@ -3067,7 +3067,7 @@ if (!GETPOST('hide_websitemenu')) {
// Allow some non-standard markup that we used in the introduction. // Allow some non-standard markup that we used in the introduction.
extraAllowedContent: \'span(*);cite(*);q(*);dl(*);dt(*);dd(*);ul(*);li(*);header(*);button(*);h1(*);h2(*);\', extraAllowedContent: \'span(*);cite(*);q(*);dl(*);dt(*);dd(*);ul(*);li(*);header(*);button(*);h1(*);h2(*);\',
//extraPlugins: \'sourcedialog\', //extraPlugins: \'sourcedialog\',
removePlugins: \'flash,stylescombo,exportpdf,scayt,wsc\', removePlugins: \'flash,stylescombo,exportpdf,scayt,wsc,pagebreak,iframe,smiley\',
// Show toolbar on startup (optional). // Show toolbar on startup (optional).
// startupFocus: true // startupFocus: true
}); });