Skip to content

Commit 8d41fb1

Browse files
authored
fix: use code editor in IBM catalog for maps/objects (#717)
1 parent 3e54543 commit 8d41fb1

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

ibm_catalog.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,12 @@
271271
"key": "auto_scaling"
272272
},
273273
{
274-
"key": "configuration"
274+
"key": "configuration",
275+
"custom_config": {
276+
"type": "code_editor",
277+
"grouping": "deployment",
278+
"original_grouping": "deployment"
279+
}
275280
},
276281
{
277282
"key": "service_endpoints",
@@ -300,7 +305,12 @@
300305
"key": "version_upgrade_skip_backup"
301306
},
302307
{
303-
"key": "service_credential_names"
308+
"key": "service_credential_names",
309+
"custom_config": {
310+
"type": "code_editor",
311+
"grouping": "deployment",
312+
"original_grouping": "deployment"
313+
}
304314
},
305315
{
306316
"key": "service_credential_secrets",
@@ -610,7 +620,12 @@
610620
"key": "auto_scaling"
611621
},
612622
{
613-
"key": "configuration"
623+
"key": "configuration",
624+
"custom_config": {
625+
"type": "code_editor",
626+
"grouping": "deployment",
627+
"original_grouping": "deployment"
628+
}
614629
},
615630
{
616631
"key": "deletion_protection"
@@ -619,7 +634,12 @@
619634
"key": "timeouts_update"
620635
},
621636
{
622-
"key": "service_credential_names"
637+
"key": "service_credential_names",
638+
"custom_config": {
639+
"type": "code_editor",
640+
"grouping": "deployment",
641+
"original_grouping": "deployment"
642+
}
623643
},
624644
{
625645
"key": "service_credential_secrets",

0 commit comments

Comments
 (0)