summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json')
-rw-r--r--www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json b/www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json
new file mode 100644
index 00000000..f87ede40
--- /dev/null
+++ b/www/wiki/extensions/MixedNamespaceSearchSuggestions/extension.json
@@ -0,0 +1,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
+}