From 29976f98d1dcc5485804f758f4aa606e135e232c Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 25 Aug 2025 12:38:42 +0530 Subject: [PATCH] chore: Update input parameters to use code_editor type for list(object) and textarea fields --- ibm_catalog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 2a99559a..6dc4ffec 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -211,7 +211,7 @@ "key": "service_credential_secrets", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -226,7 +226,7 @@ "key": "cbr_rules", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -564,7 +564,7 @@ "key": "service_credential_secrets", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -576,7 +576,7 @@ "key": "cbr_rules", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" }