X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=docs%2Fextension.schema.json;h=30feaef245d7c74b6c0d72ac487c90532c594646;hp=2cf5fe11b1b158bd8f2f51954d0322ca561c72da;hb=9964ca1a390c446397dcd466916ffed356cdc3c9;hpb=0e0d2bc6d7db3711e27d444424bb1c30c4631581 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",