feat: Add ability to display card ages

This commit is contained in:
Maksim Eltyshev
2026-03-18 09:42:20 +01:00
parent 95e479cd3a
commit c342d2edd7
42 changed files with 113 additions and 15 deletions
+9
View File
@@ -55,6 +55,10 @@
* type: boolean
* description: Whether to always display card creators
* example: false
* displayCardAges:
* type: boolean
* description: Whether to display card ages
* example: false
* expandTaskListsByDefault:
* type: boolean
* description: Whether to expand task lists by default
@@ -120,6 +124,9 @@ module.exports = {
alwaysDisplayCardCreator: {
type: 'boolean',
},
displayCardAges: {
type: 'boolean',
},
expandTaskListsByDefault: {
type: 'boolean',
},
@@ -160,6 +167,7 @@ module.exports = {
'defaultCardType',
'limitCardTypesToDefaultOne',
'alwaysDisplayCardCreator',
'displayCardAges',
'expandTaskListsByDefault',
);
}
@@ -178,6 +186,7 @@ module.exports = {
'defaultCardType',
'limitCardTypesToDefaultOne',
'alwaysDisplayCardCreator',
'displayCardAges',
'expandTaskListsByDefault',
'isSubscribed',
]);