From 74cdbc8dbee80aac966b486d032b3fb21a77e028 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 25 Aug 2025 12:34:53 +0530 Subject: [PATCH] chore: Update input parameters to use code_editor type for list(object) and textarea fields --- common-dev-assets | 2 +- ibm_catalog.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 2ba5cc2c..7179ae4f 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 2ba5cc2c867361e8bcf34bd95f7359cc03d82b25 +Subproject commit 7179ae4f3446b3816fa2d72c873f8f8e86797836 diff --git a/ibm_catalog.json b/ibm_catalog.json index 8a6cc9c0..331b9bdd 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -241,7 +241,7 @@ "key": "network_acls", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -253,7 +253,7 @@ "key": "security_group_rules", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -265,7 +265,7 @@ "key": "vpn_gateways", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -274,7 +274,7 @@ "key": "routes", "type": "array", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" }