From 0783a216124383b97457e82ae9eea181ff0fead6 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 25 Aug 2025 12:40:02 +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 70c3fb25..eb7014ad 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -305,7 +305,7 @@ "key": "secrets_manager_cbr_rules", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment", "config_constraints": { @@ -317,7 +317,7 @@ "key": "secret_groups", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -686,7 +686,7 @@ "key": "secrets_manager_cbr_rules", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment", "config_constraints": { @@ -698,7 +698,7 @@ "key": "secret_groups", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" }