From b2cc89f63122b4e0a0b75f8716e43fcdbc5d93a1 Mon Sep 17 00:00:00 2001 From: Wieland <29458682+wielandb@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:16:48 +0200 Subject: [PATCH] Use centimeter as units --- assets/question_catalog/definition.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/question_catalog/definition.json b/assets/question_catalog/definition.json index b2e3bb06..ea1c2ad6 100644 --- a/assets/question_catalog/definition.json +++ b/assets/question_catalog/definition.json @@ -4169,7 +4169,7 @@ "decimals": 1, "min": 1.5, "max": 4, - "unit": "@unitMeter" + "unit": "@unitCentimeter" }, "constructor": { "height": ["$input"] @@ -4196,7 +4196,7 @@ "decimals": 1, "min": 1.5, "max": 4, - "unit": "@unitMeter" + "unit": "@unitCentimeter" }, "constructor": { "diameter": ["CONCAT", "$input", "m"] @@ -4226,7 +4226,7 @@ "decimals": 1, "min": 1, "max": 4, - "unit": "@unitMeter" + "unit": "@unitCentimeter" }, "constructor": { "door:width": ["$input"] @@ -4265,7 +4265,7 @@ "decimals": 1, "min": 2, "max": 4, - "unit": "@unitMeter" + "unit": "@unitCentimeter" }, "constructor": { "door:height": ["$input"]