From 3a1e5ab4764eb95189b5da9eb94f3b3e7296cb2f Mon Sep 17 00:00:00 2001 From: lacatoire Date: Wed, 28 Jan 2026 15:09:01 +0100 Subject: [PATCH] Document removal of implicit constraint option names in YAML/XML --- reference/constraints/When.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/constraints/When.rst b/reference/constraints/When.rst index 1c1292b8f17..685275b2229 100644 --- a/reference/constraints/When.rst +++ b/reference/constraints/When.rst @@ -253,7 +253,8 @@ applied but the constraints defined in ``otherwise`` option (if provided) will b - When: expression: "value == 'percent'" constraints: - - Callback: doComplexValidation + - Callback: + callback: doComplexValidation .. code-block:: xml