Skip to content

Commit 1ff2d44

Browse files
authored
fix: updated applicable DA input to use HCL editor widget (#776)
1 parent 546e3c3 commit 1ff2d44

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
@@ -604,7 +604,7 @@
604604
"key": "additional_worker_pools",
605605
"type": "array",
606606
"custom_config": {
607-
"type": "textarea",
607+
"type": "code_editor",
608608
"grouping": "deployment",
609609
"original_grouping": "deployment"
610610
}
@@ -613,7 +613,7 @@
613613
"key": "worker_pools_taints",
614614
"type": "array",
615615
"custom_config": {
616-
"type": "textarea",
616+
"type": "code_editor",
617617
"grouping": "deployment",
618618
"original_grouping": "deployment"
619619
}
@@ -742,7 +742,7 @@
742742
"display_name": "openshift_cluster_cbr_rules",
743743
"type": "array",
744744
"custom_config": {
745-
"type": "textarea",
745+
"type": "code_editor",
746746
"grouping": "deployment",
747747
"original_grouping": "deployment"
748748
}
@@ -797,7 +797,7 @@
797797
"required": false,
798798
"virtual": true,
799799
"custom_config": {
800-
"type": "textarea",
800+
"type": "code_editor",
801801
"grouping": "deployment",
802802
"original_grouping": "deployment"
803803
}

0 commit comments

Comments
 (0)