2016-04-07 13:08:44 +00:00
|
|
|
{
|
|
|
|
"name": "TemplateStyles",
|
|
|
|
"version": "0.9",
|
|
|
|
"author": [
|
|
|
|
"Marc A. Pelletier"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:TemplateStyles",
|
2016-04-10 20:48:38 +00:00
|
|
|
"namemsg": "templatestyles",
|
|
|
|
"descriptionmsg": "templatestyles-desc",
|
2016-04-07 13:08:44 +00:00
|
|
|
"license-name": "LGPL-2.0+",
|
|
|
|
"type": "other",
|
|
|
|
"manifest_version": 1,
|
2016-04-21 20:27:30 +00:00
|
|
|
"MessagesDirs": {
|
2016-04-07 13:08:44 +00:00
|
|
|
"TemplateStyles": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"TemplateStylesHooks": "TemplateStyles.hooks.php",
|
|
|
|
"CSSParser": "CSSParser.php",
|
|
|
|
"CSSRenderer": "CSSRenderer.php"
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": [
|
|
|
|
"TemplateStylesHooks::onParserFirstCallInit"
|
|
|
|
],
|
|
|
|
"OutputPageParserOutput": [
|
|
|
|
"TemplateStylesHooks::onOutputPageParserOutput"
|
|
|
|
]
|
2016-04-10 13:46:47 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"TemplateStylesNamespaces": {
|
|
|
|
"10": true
|
|
|
|
},
|
|
|
|
"TemplateStylesFunctionWhitelist": {
|
|
|
|
"rgb": true
|
|
|
|
},
|
|
|
|
"TemplateStylesPropertyBlacklist": {
|
|
|
|
"url": true,
|
|
|
|
"behavior": true,
|
|
|
|
"-moz-binding": true,
|
|
|
|
"-o-link": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConfigRegistry": {
|
2016-04-21 20:26:00 +00:00
|
|
|
"templatestyles": "GlobalVarConfig::newInstance"
|
2016-04-07 13:08:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|