Updated
This commit is contained in:
26
hubzilla/addon/vs01/civicnav.json.template
Normal file
26
hubzilla/addon/vs01/civicnav.json.template
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"_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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user