Skip to content

Commit

Permalink
add directives for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk committed Dec 2, 2024
1 parent 20af661 commit 21e237f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,20 @@ making sure that you maintain a proper JSON format.
},
"comments"
],
"input": ["name", "description", "required", "comments"],
"input": [
"name",
"description",
"required",
{
"propertyName": "Directives",
"propertyKeyword": "directive",
"propertyTooltip": "Input directives",
"propertyType": "details",
"template": "textarea",
"markdown": false
},
"comments"
],
"directive": [
"name",
"description",
Expand Down

0 comments on commit 21e237f

Please sign in to comment.