summaryrefslogtreecommitdiff
path: root/extensions/ImageMap/extension.json
blob: c0adfb54c08573784ae23dce7235d1fb3f7e1a4e (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
{
	"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"
	],
	"manifest_version": 1
}