X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=421ea5c732e79329f015e5bea0d0ff095b959050;hb=b1f117532b51cca1bbdd9a4a551461667be603e4;hp=94999270a16dedf6a0ddcb5af22108f1eb5a8110;hpb=a5be382adfdad4678eec18413c6a118cb3284daf;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index 94999270a1..421ea5c732 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -222,6 +222,10 @@ "items": { "type": "string" } + }, + "noflip": { + "type": "boolean", + "description": "Whether to skip CSSJanus LTR-to-RTL flipping for this module. Recommended for styles imported from libraries that already properly handle their RTL styles. Default is false, meaning CSSJanus will be applied on RTL-mode output." } } }, @@ -632,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", @@ -656,6 +671,7 @@ "type": "string", "enum": [ "array_merge_recursive", + "array_replace_recursive", "array_plus_2d", "array_plus", "array_merge"