diff options
author | Brian Evans <grknight@gentoo.org> | 2018-11-20 16:28:07 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-20 16:28:07 -0500 |
commit | cd07038d45c37d1378ec56a352da21f7cd56381e (patch) | |
tree | cc18d1d1f850a45c3212aa14cd5e33de329ff611 /GentooToolbox | |
parent | PipeEscape: json syntax error (diff) | |
download | extensions-cd07038d45c37d1378ec56a352da21f7cd56381e.tar.gz extensions-cd07038d45c37d1378ec56a352da21f7cd56381e.tar.bz2 extensions-cd07038d45c37d1378ec56a352da21f7cd56381e.zip |
GentooToolbox: add extension.json
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'GentooToolbox')
-rw-r--r-- | GentooToolbox/extension.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/GentooToolbox/extension.json b/GentooToolbox/extension.json new file mode 100644 index 00000000..ace0657c --- /dev/null +++ b/GentooToolbox/extension.json @@ -0,0 +1,28 @@ +{ + "name": "Gentoo Toolbox", + "version": "0.0.1", + "author": [ "Alex Legler" ], + "url": "https://wiki.gentoo.org/", + "license-name": "GPL-2.0", + "type": "semantic", + "requires": { + "MediaWiki": ">= 1.25.0" + }, + "ExtensionMessagesFiles": { + "GTBX_TranslationProperties": "properties/TranslationProperties.i18n.php" + }, + "ResourceFileModulePaths": { + "localBasePath": "", + "remoteExtPath": "GentooToolbox" + }, + "AutoloadClasses": { + "GTBXLocalizedMsg": "localizedmsg/LocalizedMsg.php", + "GTBXTranslationProperties": "properties/TranslationProperties.body.php" + }, + "Hooks": { + "smwInitProperties": "GTBXTranslationProperties::setupProperties", + "SMWStore::updateDataBefore": "GTBXTranslationProperties::updateDataBefore", + "ParserFirstCallInit": "GTBXLocalizedMsg::SetUpLocalizedMsgParserFunction" + }, + "manifest_version": 1 +} |