From 29f4f9e9d386ecd763f2152b642f7b98aa9e23b3 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 20 Dec 2017 17:37:00 -0700 Subject: [PATCH] Add station feature info to app list --- settings.template.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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",