X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=421ea5c732e79329f015e5bea0d0ff095b959050;hb=b1f117532b51cca1bbdd9a4a551461667be603e4;hp=f7c0a2b4eb6fb7ce97c6b4e4edc468014dc44d1a;hpb=34e549ff61b4dfb34a62bc344af5ddb1d5462f5a;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index f7c0a2b4eb..421ea5c732 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -640,6 +640,13 @@ "type": "object", "description": "Password policies" }, + "FileExtensions": { + "type": "array", + "description": "Preferred file extensions for uploading", + "items": { + "type": "string" + } + }, "callback": { "type": [ "array",