sample-process-models/extensions/support/extension_uischema.json

21 lines
432 B
JSON
Raw Normal View History

{
"version": "1",
"ux_elements": [
{
"label": "Support",
"page": "/support",
"display_location": "user_profile_item"
}
],
"pages": {
"/support": {
"components": [
{
"name": "MarkdownRenderer",
"arguments": {"source": "## Support\n\nFor support using this app, contact:\n\n* **phone**: 555-5555\n* **email**: support@example.com"}
}
]
}
}
}