diff --git a/settings.template.php b/settings.template.php index 3ba8725..3be0cfd 100644 --- a/settings.template.php +++ b/settings.template.php @@ -101,13 +101,21 @@ define('EXTERNAL_APPS', [ "url" => "http://localhost/taskfloor", "mobileapi" => "/mobile/index.php", "icon" => "/static/img/logo.svg", - "title" => "TaskFloor" + "title" => "TaskFloor", + "station_features" => [ + "taskfloor_viewtasks", + "taskfloor_viewmessages" + ] ], "qwikclock" => [ "url" => "http://localhost/qwikclock", "mobileapi" => "/mobile/index.php", "icon" => "/static/img/logo.svg", - "title" => "QwikClock" + "title" => "QwikClock", + "station_features" => [ + "qwikclock_punchinout", + "qwikclock_myshifts" + ] ], "managepanel" => [ "url" => "http://localhost/managepanel",