mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-23 22:03:31 +00:00
65fb633a98
* Add license label to extension.json * Make composer.json consistent with COPYING GPL-2.0+ is fine (see T130531) Bug: T123943 Bug: T130531 Change-Id: I6e4d718a413a938a247ede847367769eefa6156a
26 lines
475 B
JSON
26 lines
475 B
JSON
{
|
|
"name": "ImageMap",
|
|
"author": "Tim Starling",
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
|
|
"descriptionmsg": "imagemap_desc",
|
|
"license-name": "GPL-2.0+",
|
|
"type": "parserhook",
|
|
"MessagesDirs": {
|
|
"ImageMap": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": [
|
|
"ImageMap::onParserFirstCallInit"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ImageMap": "ImageMap_body.php"
|
|
},
|
|
"ParserTestFiles": [
|
|
"imageMapParserTests.txt"
|
|
],
|
|
"manifest_version": 1
|
|
}
|