demo-process-models/apps/ticket/ticket-details-uischema.json

15 lines
260 B
JSON

{
"ui:order":[
"ticket_type",
"summary",
"description",
"priority",
"github_issue_url"
],
"priority": {
"ui:help": "Where 1 is highest and 5 is lowest."
},
"description": {
"ui:widget": "textarea"
}
}