summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CategoryByList/extension.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/CategoryByList/extension.json')
-rw-r--r--www/wiki/extensions/CategoryByList/extension.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/wiki/extensions/CategoryByList/extension.json b/www/wiki/extensions/CategoryByList/extension.json
new file mode 100644
index 00000000..4308f83a
--- /dev/null
+++ b/www/wiki/extensions/CategoryByList/extension.json
@@ -0,0 +1,24 @@
+{
+ "name": "CategoryByList",
+ "author": "Yaco",
+ "version": "1.0.0",
+ "url": "",
+ "descriptionmsg": "Used to convert a list of separated categories into categories",
+ "license-name": "GPL-2.0-or-later",
+ "type": "parserhook",
+ "MessagesDirs": {
+ "CategoryByList": [
+ "i18n"
+ ]
+ },
+ "AutoloadClasses": {
+ "CategoryByListHooks": "CategoryByListHooks.php"
+ },
+ "ExtensionMessagesFiles": {
+ "CategoryByListMagic": "CategoryByList.i18n.php"
+ },
+ "Hooks": {
+ "ParserFirstCallInit": "CategoryByListHooks::onParserFirstCallInit"
+ },
+ "manifest_version": 1
+}