From 09e373c4c9483f2f4ee72c42e55648f9c7d8e667 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 25 Aug 2025 12:43:31 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 49e43fed..7179ae4f 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 49e43fed4203ef50193f0d134593042e65a28a7e +Subproject commit 7179ae4f3446b3816fa2d72c873f8f8e86797836 diff --git a/ibm_catalog.json b/ibm_catalog.json index 378ccc85..f5a57ec8 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -163,7 +163,7 @@ { "key": "logs_agent_additional_metadata", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" } @@ -231,7 +231,7 @@ { "key": "logs_agent_tolerations", "custom_config": { - "type": "textarea", + "type": "code_editor", "grouping": "deployment", "original_grouping": "deployment" }