mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
13 lines
485 B
YAML
13 lines
485 B
YAML
|
plugins:
|
||
|
|
||
|
# If the SVG doesn't start with an XML declaration, then it's MIME type will
|
||
|
# be detected as "text/plain" rather than "image/svg+xml" by libmagic and,
|
||
|
# consequently, MediaWiki's CSSMin CSS minifier. libmagic's default database
|
||
|
# currently requires that SVGs contain an XML declaration
|
||
|
# <https://github.com/threatstack/libmagic/blob/master/magic/Magdir/sgml#L5>.
|
||
|
- removeXMLProcInst: false
|
||
|
|
||
|
- cleanupIDs: false
|
||
|
- collapseGroups: false
|
||
|
- mergePaths: false
|