diff options
author | Dzial Techniczny WMW Projekt s.c <techniczna@wmwprojekt.pl> | 2019-12-10 16:31:45 +0100 |
---|---|---|
committer | Dzial Techniczny WMW Projekt s.c <techniczna@wmwprojekt.pl> | 2019-12-10 16:31:45 +0100 |
commit | f5ff8e388e92f2b834adfcefca2744b9808b4eac (patch) | |
tree | f79be3775ea079e70b887da67479d2ad607a94e4 /plugins/Boardcustomizer/Controller | |
parent | f67ce1c32e8d4f3c9d2abc35dacea69ed35be16d (diff) |
Extending Boardcustomizer with additional options and Polish locale
Diffstat (limited to 'plugins/Boardcustomizer/Controller')
-rw-r--r-- | plugins/Boardcustomizer/Controller/SettingsController.php | 2 |
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',
|