Remove font tags on import (paste/drop)

Change-Id: I46c7d4aee2f35ccf8ab6967c0273bc46c5a79347
This commit is contained in:
Ed Sanders 2015-03-18 08:51:13 +00:00
parent ddaee51606
commit fbe207fabf

View file

@ -232,7 +232,7 @@ ve.init.mw.Target.static.importRules = {
external: { external: {
blacklist: [ blacklist: [
// Annotations // Annotations
'link', 'textStyle/span', 'textStyle/underline', 'link', 'textStyle/span', 'textStyle/font', 'textStyle/underline',
// Nodes // Nodes
'inlineImage', 'blockImage', 'div', 'alienInline', 'alienBlock', 'comment' 'inlineImage', 'blockImage', 'div', 'alienInline', 'alienBlock', 'comment'
], ],