Skip to content

Commit f51b266

Browse files
chore: Update input parameters to use code_editor type for list(object) and object fields (#1142)
1 parent 4c76eac commit f51b266

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ibm_catalog.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,15 @@
236236
"custom_config": {
237237
"grouping": "deployment",
238238
"original_grouping": "deployment",
239-
"type": "json_editor"
239+
"type": "code_editor"
240240
}
241241
},
242242
{
243243
"key": "powervs_custom_image_cos_configuration",
244244
"custom_config": {
245245
"grouping": "deployment",
246246
"original_grouping": "deployment",
247-
"type": "json_editor"
247+
"type": "code_editor"
248248
}
249249
},
250250
{
@@ -903,7 +903,7 @@
903903
"custom_config": {
904904
"grouping": "deployment",
905905
"original_grouping": "deployment",
906-
"type": "json_editor"
906+
"type": "code_editor"
907907
}
908908
},
909909
{
@@ -1395,15 +1395,15 @@
13951395
"custom_config": {
13961396
"grouping": "deployment",
13971397
"original_grouping": "deployment",
1398-
"type": "json_editor"
1398+
"type": "code_editor"
13991399
}
14001400
},
14011401
{
14021402
"key": "powervs_custom_image_cos_configuration",
14031403
"custom_config": {
14041404
"grouping": "deployment",
14051405
"original_grouping": "deployment",
1406-
"type": "json_editor"
1406+
"type": "code_editor"
14071407
}
14081408
},
14091409
{

0 commit comments

Comments
 (0)