mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Remove font tags on import (paste/drop)
Change-Id: I46c7d4aee2f35ccf8ab6967c0273bc46c5a79347
This commit is contained in:
parent
ddaee51606
commit
fbe207fabf
|
@ -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'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue