X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=421ea5c732e79329f015e5bea0d0ff095b959050;hb=f14c11f1b517ac656923f4a47a05ce5162109afb;hp=8659dffa384eb7506db8a4f03fae2c0f2c109201;hpb=e81d5759354108f420b6216b34d7c376686bf9fd;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index 8659dffa38..421ea5c732 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -636,6 +636,17 @@ "SkinOOUIThemes": { "type": "object" }, + "PasswordPolicy": { + "type": "object", + "description": "Password policies" + }, + "FileExtensions": { + "type": "array", + "description": "Preferred file extensions for uploading", + "items": { + "type": "string" + } + }, "callback": { "type": [ "array",