summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CSS/extension.json
blob: 71135a8875dcae372572b6cbd0c5bc5efa5f5dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"name": "CSS",
	"version": "3.5.0",
	"author": [
		"Aran Dunkley",
		"Rusty Burchfield"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:CSS",
	"descriptionmsg": "css-desc",
	"license-name": "GPL-2.0-or-later",
	"type": "parserhook",
	"ExtensionMessagesFiles": {
		"CSSMagic": "CSS.i18n.magic.php"
	},
	"MessagesDirs": {
		"CSS": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"CSS": "CSS.class.php"
	},
	"Hooks": {
		"ParserFirstCallInit": "CSS::onParserFirstCallInit",
		"RawPageViewBeforeOutput": "CSS::onRawPageViewBeforeOutput"
	},
	"config": {
		"CSSPath": false,
		"CSSIdentifier": "css-extension"
	},
	"manifest_version": 1
}