27 lines
586 B
Plaintext
27 lines
586 B
Plaintext
{
|
|
"_note": "Copy to civicnav.json. Do not commit civicnav.json. Each addon registers one entry. Order determines display order in the nav widget.",
|
|
"addons": [
|
|
{
|
|
"id": "vs01",
|
|
"label": "Vital Signs",
|
|
"module": "vs01",
|
|
"icon": "heart-pulse",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"id": "dsc01",
|
|
"label": "DSC Categories",
|
|
"module": "dsc01",
|
|
"icon": "folder-open",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"id": "scn01",
|
|
"label": "Scenarios",
|
|
"module": "scn01",
|
|
"icon": "file-text",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|