Skip to content

Commit

Permalink
enum value description should be textarea input (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk authored Jan 31, 2025
1 parent 55fd7b2 commit f87cd78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
@@ -713,7 +713,10 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Description",
"propertyKeyword": "description",
"propertyType": "text"
"propertyType": "details",
"template": "textarea",
"propertyTooltip": "Enter description",
"markdown": true
},
{
"propertyName": "Directives",

0 comments on commit f87cd78

Please sign in to comment.