Skip to content

Commit 74cdbc8

Browse files
committed
chore: Update input parameters to use code_editor type for list(object) and textarea fields
1 parent 270db88 commit 74cdbc8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ibm_catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"key": "network_acls",
242242
"type": "array",
243243
"custom_config": {
244-
"type": "textarea",
244+
"type": "code_editor",
245245
"grouping": "deployment",
246246
"original_grouping": "deployment"
247247
}
@@ -253,7 +253,7 @@
253253
"key": "security_group_rules",
254254
"type": "array",
255255
"custom_config": {
256-
"type": "textarea",
256+
"type": "code_editor",
257257
"grouping": "deployment",
258258
"original_grouping": "deployment"
259259
}
@@ -265,7 +265,7 @@
265265
"key": "vpn_gateways",
266266
"type": "array",
267267
"custom_config": {
268-
"type": "textarea",
268+
"type": "code_editor",
269269
"grouping": "deployment",
270270
"original_grouping": "deployment"
271271
}
@@ -274,7 +274,7 @@
274274
"key": "routes",
275275
"type": "array",
276276
"custom_config": {
277-
"type": "textarea",
277+
"type": "code_editor",
278278
"grouping": "deployment",
279279
"original_grouping": "deployment"
280280
}

0 commit comments

Comments
 (0)