summaryrefslogtreecommitdiff
path: root/extensions/ImageMap/extension.json
blob: df8b3169f936b52fb1955ec721c9816159a02e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"name": "ImageMap",
	"author": "Tim Starling",
	"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
	"descriptionmsg": "imagemap_desc",
	"type": "parserhook",
	"MessagesDirs": {
		"ImageMap": [
			"i18n"
		]
	},
	"Hooks": {
		"ParserFirstCallInit": [
			"ImageMap::onParserFirstCallInit"
		]
	},
	"AutoloadClasses": {
		"ImageMap": "ImageMap_body.php"
	},
	"ParserTestFiles": [
		"imageMapParserTests.txt"
	]
}