Merge "Blacklist plain block images from MW paste"

This commit is contained in:
jenkins-bot 2014-08-22 21:07:17 +00:00 committed by Gerrit Code Review
commit 67877be2a2

View file

@ -239,7 +239,7 @@ ve.init.mw.Target.static.pasteRules = {
// Annotations
'link', 'textStyle/span', 'textStyle/underline',
// Nodes
'inlineImage', 'div', 'alienInline', 'alienBlock'
'inlineImage', 'blockImage', 'div', 'alienInline', 'alienBlock'
],
'removeHtmlAttributes': true
},