X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.json;h=30feaef245d7c74b6c0d72ac487c90532c594646;hb=31177024a221136119a3a9da5718ad702c1dd0b4;hp=84a404a2e2dddde9cb9cac12135cf5aa3958e792;hpb=320e4c56132681f811c2819e3e22e98715f46ae7;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 84a404a2e2..30feaef245 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.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." } } }, @@ -642,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", @@ -668,6 +683,7 @@ "type": "string", "enum": [ "array_merge_recursive", + "array_replace_recursive", "array_plus_2d", "array_plus", "array_merge"