X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=0bdf97d41e8e3144e4da6c3bce0f44e9b7c2fbe0;hb=075ab54a4494f8652447744de7366f6d9355de26;hp=75a4f2c6fc64e4d920830ddb3792bca874b0bdd0;hpb=83b139da98f3851c107f87769346a1ffaaaab125;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 75a4f2c6fc..0bdf97d41e 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -588,6 +588,10 @@ "type": "object", "description": "SpecialPages implemented in this extension (mapping of page name to class name)" }, + "AutoloadNamespaces": { + "type": "object", + "description": "Mapping of PSR-4 compliant namespace to directory for autoloading" + }, "AutoloadClasses": { "type": "object" },