Skip to content

Commit a70db10

Browse files
authored
chore: add config_constraints to code_editor variables in ibm_catalog.json (#272)
1 parent b1b171a commit a70db10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ibm_catalog.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,12 @@
371371
"custom_config": {
372372
"type": "code_editor",
373373
"grouping": "deployment",
374-
"original_grouping": "deployment"
374+
"original_grouping": "deployment",
375+
"config_constraints": {
376+
"supportedLanguages": [
377+
"hcl"
378+
]
379+
}
375380
}
376381
},
377382
{

0 commit comments

Comments
 (0)