mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Blacklist <time> annotation pasting in MW targets
Change-Id: Idef20f604023efa767c7510ed768c6f80e472559
This commit is contained in:
parent
84503e0a81
commit
8d17509031
|
@ -98,7 +98,7 @@ ve.init.mw.Target.static.importRules = {
|
|||
external: {
|
||||
blacklist: [
|
||||
// Annotations
|
||||
'link/mwExternal', 'textStyle/span', 'textStyle/font', 'textStyle/underline', 'meta/language',
|
||||
'link/mwExternal', 'textStyle/span', 'textStyle/font', 'textStyle/underline', 'meta/language', 'textStyle/datetime',
|
||||
// Nodes
|
||||
'article', 'section', 'div', 'alienInline', 'alienBlock', 'comment'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue