mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
XW-1300 | add hero-mobile-wikiamobile to sanitizer builder
This commit is contained in:
parent
55c6cf6c11
commit
065bf53428
|
@ -20,6 +20,7 @@ class SanitizerBuilder {
|
||||||
return new NodeImageSanitizer();
|
return new NodeImageSanitizer();
|
||||||
case 'hero-mobile':
|
case 'hero-mobile':
|
||||||
case 'hero-mobile-experimental':
|
case 'hero-mobile-experimental':
|
||||||
|
case 'hero-mobile-wikiamobile':
|
||||||
return new NodeHeroImageSanitizer();
|
return new NodeHeroImageSanitizer();
|
||||||
default:
|
default:
|
||||||
return new PassThroughSanitizer();
|
return new PassThroughSanitizer();
|
||||||
|
|
Loading…
Reference in a new issue