1
0
Fork 0
mirror of https://bitbucket.org/vertlach/iusethis.git synced 2024-06-17 07:30:50 +03:00
mediawiki-iusethis/extension.json

64 lines
1 KiB
JSON

{
"name": "IUseThis",
"version": "1.0",
"author": [
"Alexander Yakovlev",
"Aaron Wright",
"David Pean",
"Jack Phoenix"
],
"license-name": "GPL-2.0+",
"type": "parserhook",
"APIModules": {
"iusethis": "ApiIUT"
},
"MessagesDirs": {
"IUseThis": [
"i18n"
]
},
"AutoloadClasses": {
"ApiIUT": "ApiIUT.php",
"IUT": "IUTClass.php",
"IUTHooks": "IUTHooks.php"
},
"Hooks": {
"ParserFirstCallInit": [
"IUTHooks::registerParserHook"
],
"RenameUserSQL": [
"IUTHooks::onUserRename"
],
"LoadExtensionSchemaUpdates": [
"IUTHooks::addTable"
]
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "IUT"
},
"ResourceModules": {
"ext.voteNY.scripts": {
"scripts": "IUT.js",
"dependencies": [ "mediawiki.api" ],
"position": "bottom"
},
"ext.voteNY.styles": {
"styles": "IUT.css",
"position": "top"
}
},
"AvailableRights": [
"iusethis"
],
"GroupPermissions": {
"*": {
"iusethis": false
},
"user": {
"iusethis": true
}
},
"manifest_version": 1
}