From: Kunal Mehta Date: Sat, 5 Dec 2015 05:04:51 +0000 (-0800) Subject: registration: Remove type validation for "config" items X-Git-Tag: 1.31.0-rc.0~8799^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=585c0398afd1fe7fa66934b9f19e853f00586a97;p=lhc%2Fweb%2Fwiklou.git registration: Remove type validation for "config" items The type list was missing "number" for doubles, but since we allow *all* types of variables, don't even bother checking types. Bug: T120507 Change-Id: I10626f5764f49d4f96a3cc35a27c890905a71bfe --- diff --git a/docs/extension.schema.json b/docs/extension.schema.json index dde4fa189e..b6354679e9 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -711,7 +711,6 @@ }, "patternProperties": { "^[a-zA-Z_\u007f-\u00ff][a-zA-Z0-9_\u007f-\u00ff]*$": { - "type": ["object", "array", "string", "integer", "null", "boolean"], "properties": { "_merge_strategy": { "type": "string",