X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.json;h=4218e8a50ad4e21faf95e98956229c03c0a1ae02;hb=f22549a60539c9aa5c5390c8417c984ba8eef5b2;hp=8c760cc31da74ebf4d282e97692030bde1577ac8;hpb=c6e300e9f89fe6f9367356b70d42002898e2d681;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 8c760cc31d..4218e8a50a 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -504,6 +504,10 @@ "type": "object", "description": "Registry of factory functions to create Config objects" }, + "CentralIdLookupProviders": { + "type": "object", + "description": "Central ID lookup providers" + }, "namespaces": { "type": "array", "description": "Method to add extra namespaces", @@ -689,6 +693,10 @@ "ValidSkinNames": { "type": "object" }, + "FeedClasses": { + "type": "object", + "description": "Available feeds objects" + }, "SkinOOUIThemes": { "type": "object" },