Skip to content

Commit a4d86c3

Browse files
authored
fix: updated applicable DA inputs to use HCL editor widget (#239)
1 parent 06f56de commit a4d86c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"key": "run_env_variables",
224224
"type": "array",
225225
"custom_config": {
226-
"type": "textarea",
226+
"type": "code_editor",
227227
"grouping": "deployment",
228228
"original_grouping": "deployment"
229229
}
@@ -232,7 +232,7 @@
232232
"key": "run_volume_mounts",
233233
"type": "array",
234234
"custom_config": {
235-
"type": "textarea",
235+
"type": "code_editor",
236236
"grouping": "deployment",
237237
"original_grouping": "deployment"
238238
}
@@ -301,7 +301,7 @@
301301
"key": "cbr_rules",
302302
"type": "array",
303303
"custom_config": {
304-
"type": "textarea",
304+
"type": "code_editor",
305305
"grouping": "deployment",
306306
"original_grouping": "deployment"
307307
}
@@ -443,7 +443,7 @@
443443
"key": "cbr_rules",
444444
"type": "array",
445445
"custom_config": {
446-
"type": "textarea",
446+
"type": "code_editor",
447447
"grouping": "deployment",
448448
"original_grouping": "deployment"
449449
}

0 commit comments

Comments
 (0)