summaryrefslogtreecommitdiff
path: root/plugins/Boardcustomizer/Controller
diff options
context:
space:
mode:
authorDzial Techniczny WMW Projekt s.c <techniczna@wmwprojekt.pl>2019-12-10 16:31:45 +0100
committerDzial Techniczny WMW Projekt s.c <techniczna@wmwprojekt.pl>2019-12-10 16:31:45 +0100
commitf5ff8e388e92f2b834adfcefca2744b9808b4eac (patch)
treef79be3775ea079e70b887da67479d2ad607a94e4 /plugins/Boardcustomizer/Controller
parentf67ce1c32e8d4f3c9d2abc35dacea69ed35be16d (diff)
Extending Boardcustomizer with additional options and Polish locale
Diffstat (limited to 'plugins/Boardcustomizer/Controller')
-rw-r--r--plugins/Boardcustomizer/Controller/SettingsController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Boardcustomizer/Controller/SettingsController.php b/plugins/Boardcustomizer/Controller/SettingsController.php
index e98ffbde..e1443cf9 100644
--- a/plugins/Boardcustomizer/Controller/SettingsController.php
+++ b/plugins/Boardcustomizer/Controller/SettingsController.php
@@ -22,6 +22,8 @@ class SettingsController extends BaseController
t('Card: hide all footer icons') => 'boardcustomizer_hidefooter',
t('Card: hide task priority') => 'boardcustomizer_hidetaskpriority',
t('Card: hide task age') => 'boardcustomizer_hidetaskage',
+ t('Card: hide description link') => 'boardcustomizer_hidedescription',
+ t('Card: hide linked tasks') => 'boardcustomizer_hidelinks',
t('Card: hide reference') => 'boardcustomizer_hidereference',
t('Card: hide score') => 'boardcustomizer_hidescore',
t('Card: hide time estimated') => 'boardcustomizer_hidetimeestimated',