summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json
blob: f87ede403e5d336e30106a3d7ec5deb80e740548 (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
33
34
35
36
37
38
{
	"name": "MixedNamespaceSearchSuggestions",
	"version": "2017-11-08",
	"author": "Niklas Laxström",
	"url": "https://www.mediawiki.org/wiki/Extension:MixedNamespaceSearchSuggestions",
	"descriptionmsg": "mnss-desc",
	"license-name": "MIT",
	"type": "other",
	"requires": {
		"MediaWiki": ">= 1.29.0"
	},
	"Hooks": {
		"BeforePageDisplay": "MixedNamespaceSearchSuggestionsHooks::onBeforePageDisplay"
	},
	"MessagesDirs": {
		"MNSS": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"MixedNamespaceSearchSuggestionsHooks": "MixedNamespaceSearchSuggestionsHooks.php"
	},
	"ResourceModules": {
		"ext.mnss.search": {
			"styles": "resources/ext.mnss.search.less",
			"scripts": "resources/ext.mnss.search.js",
			"dependencies": [
				"mediawiki.searchSuggest",
				"mediawiki.Title"
			]
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteExtPath": "MixedNamespaceSearchSuggestions"
	},
	"manifest_version": 2
}