forked from Business/AccountHub
Add station feature info to app list
This commit is contained in:
parent
627b7f9278
commit
29f4f9e9d3
@ -101,13 +101,21 @@ define('EXTERNAL_APPS', [
|
|||||||
"url" => "http://localhost/taskfloor",
|
"url" => "http://localhost/taskfloor",
|
||||||
"mobileapi" => "/mobile/index.php",
|
"mobileapi" => "/mobile/index.php",
|
||||||
"icon" => "/static/img/logo.svg",
|
"icon" => "/static/img/logo.svg",
|
||||||
"title" => "TaskFloor"
|
"title" => "TaskFloor",
|
||||||
|
"station_features" => [
|
||||||
|
"taskfloor_viewtasks",
|
||||||
|
"taskfloor_viewmessages"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"qwikclock" => [
|
"qwikclock" => [
|
||||||
"url" => "http://localhost/qwikclock",
|
"url" => "http://localhost/qwikclock",
|
||||||
"mobileapi" => "/mobile/index.php",
|
"mobileapi" => "/mobile/index.php",
|
||||||
"icon" => "/static/img/logo.svg",
|
"icon" => "/static/img/logo.svg",
|
||||||
"title" => "QwikClock"
|
"title" => "QwikClock",
|
||||||
|
"station_features" => [
|
||||||
|
"qwikclock_punchinout",
|
||||||
|
"qwikclock_myshifts"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"managepanel" => [
|
"managepanel" => [
|
||||||
"url" => "http://localhost/managepanel",
|
"url" => "http://localhost/managepanel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user