41 lines
873 B
Plaintext
41 lines
873 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
|
|
},
|
|
{
|
|
"id": "cry01",
|
|
"label": "Value Layer",
|
|
"module": "cry01",
|
|
"icon": "currency-exchange",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"id": "g1wallet",
|
|
"label": "Ğ1 Wallet",
|
|
"module": "g1wallet",
|
|
"icon": "wallet2",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|