Skip to content

Commit 1194b4a

Browse files
authored
fix: add short description to Da variation(#360)
1 parent 4c17d35 commit 1194b4a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ibm_catalog.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"label": "Fully configurable",
5252
"name": "fully-configurable",
5353
"index": 1,
54+
"short_description": "Ideal for users who want flexibility with a reliable starting point.",
5455
"working_directory": "solutions/fully-configurable",
5556
"install_type": "fullstack",
5657
"dependency_version_2": true,
@@ -480,7 +481,12 @@
480481
"custom_config": {
481482
"type": "code_editor",
482483
"grouping": "deployment",
483-
"original_grouping": "deployment"
484+
"original_grouping": "deployment",
485+
"config_constraints": {
486+
"supportedLanguages": [
487+
"hcl"
488+
]
489+
}
484490
}
485491
}
486492
],

0 commit comments

Comments
 (0)