Skip to content

Commit 7e93b44

Browse files
committed
use textarea for license identifier
It may be an SPDX expression, so it may be long
1 parent 0d9b83e commit 7e93b44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

properties_pane/model_level/modelLevelConfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ making sure that you maintain a proper JSON format.
264264
{
265265
"propertyName": "identifier",
266266
"propertyKeyword": "licenseIdentifier",
267-
"propertyType": "text",
267+
"propertyType": "details",
268+
"template": "textarea",
269+
"markdown": false,
268270
"propertyTooltip": "An SPDX license expression for the API. The identifier field is mutually exclusive of the url field",
269271
"dependency" : {
270272
"level": "model",

0 commit comments

Comments
 (0)