bigbuffet-mediawiki-extension/extension.json

39 lines
809 B
JSON
Raw Normal View History

{
"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\\": "includes/"
},
"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"
}
}