mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-02 18:46:18 +00:00
Merge "ve.dm.Node: blacklistedAnnotationTypes -> disallowedAnnotationTypes"
This commit is contained in:
commit
631d5186b7
|
@ -48,7 +48,7 @@ ve.dm.MWReferenceNode.static.allowedRdfaTypes = [ 'dc:references' ];
|
||||||
|
|
||||||
ve.dm.MWReferenceNode.static.isContent = true;
|
ve.dm.MWReferenceNode.static.isContent = true;
|
||||||
|
|
||||||
ve.dm.MWReferenceNode.static.blacklistedAnnotationTypes = [ 'link' ];
|
ve.dm.MWReferenceNode.static.disallowedAnnotationTypes = [ 'link' ];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Regular expression for parsing the listKey attribute
|
* Regular expression for parsing the listKey attribute
|
||||||
|
|
Loading…
Reference in a new issue