X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.json;h=30feaef245d7c74b6c0d72ac487c90532c594646;hb=31177024a221136119a3a9da5718ad702c1dd0b4;hp=2cf5fe11b1b158bd8f2f51954d0322ca561c72da;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 2cf5fe11b1..30feaef245 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -646,6 +646,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",