From 17454e090cb4fb8636a5d8e3137f1f11f854c9fa Mon Sep 17 00:00:00 2001 From: soustruh Date: Tue, 15 Jul 2025 16:26:50 +0200 Subject: [PATCH] =?UTF-8?q?change=20type:=20radio=20to=20string=20due=20to?= =?UTF-8?q?=20CLI=20json=20schema=20compliance=20=F0=9F=96=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component_config/configSchema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component_config/configSchema.json b/component_config/configSchema.json index d6f6faa..66517ba 100644 --- a/component_config/configSchema.json +++ b/component_config/configSchema.json @@ -48,7 +48,7 @@ "propertyOrder": 30 }, "source": { - "type": "radio", + "type": "string", "title": "Source Code & Dependencies", "propertyOrder": 30, "enum": [ @@ -152,7 +152,7 @@ } }, "auth": { - "type": "radio", + "type": "string", "title": "Repository Visibility & Authentication", "propertyOrder": 100, "enum": [