X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.json;h=384bfb4b10bc2fd5de2d1a30878ce0136e1d6982;hb=1afef61fb0f13930d8c4cafd4042ef55a0581fb7;hp=110e99d4e617974afe40151c8f77317357a67b88;hpb=43b7b5ef948ede9f1b8dee64b5d8742d4ab292c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 110e99d4e6..384bfb4b10 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -417,6 +417,10 @@ "type": "string", "description": "Group with which this module should be loaded" }, + "deprecated": { + "type": ["object", "boolean"], + "description": "Whether the module is deprecated and usage is discouraged. Either a boolean or an object with key message can be used to customise deprecation message." + }, "position": { "type": "string", "description": "Position on the page to load this module at", @@ -904,6 +908,10 @@ "type": "array", "description": "Parser test suite files to be run by parserTests.php when no specific filename is passed to it" }, + "ServiceWiringFiles": { + "type": "array", + "description": "List of service wiring files to be loaded by the default instance of MediaWikiServices" + }, "load_composer_autoloader": { "type": "boolean", "description": "Load the composer autoloader for this extension, if one is present"