bigbuffet-mediawiki-extension/extension.json
marcin mikołajczak 3352548b50 cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-11-25 23:43:49 +01:00

38 lines
804 B
JSON

{
"name": "Big Buffet",
"author": ["Marcin Mikołajczak"],
"url": "https://example.com",
"descriptionmsg": "",
"version": "0.0.0",
"license-name": "AGPL",
"type": "other",
"AutoloadNamespaces": {
"MediaWiki\\Extension\\BigBuffet\\": "src/"
},
"SpecialPages": {
"BigBuffet": "MediaWiki\\Extension\\BigBuffet\\SpecialBigBuffet"
},
"MessagesDirs": {
"BigBuffet": ["i18n"]
},
"manifest_version": 2,
"requires": {
"MediaWiki": ">= 1.38.0",
"platform": {
"php": ">= 5.6"
}
},
"config": {
"BigBuffetBasename": {
"value": "index.php/Special:BigBuffet",
"description": "Route basename"
},
"BigBuffetBaseUrl": {
"value": "https://pleroma.woodynet.net/",
"description": "Instance URL"
}
},
"ConfigRegistry": {
"bigbuffet": "GlobalVarConfig::newInstance"
}
}