mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
16 lines
258 B
JSON
16 lines
258 B
JSON
|
{
|
||
|
"version": "1",
|
||
|
"ux_elements": [
|
||
|
{
|
||
|
"label": "Support",
|
||
|
"page": "/support",
|
||
|
"display_location": "user_profile_item"
|
||
|
}
|
||
|
],
|
||
|
"pages": {
|
||
|
"/support": {
|
||
|
"markdown_instruction_filename": "support-markdown.md"
|
||
|
}
|
||
|
}
|
||
|
}
|