Add auto-width board-header toggle

This commit is contained in:
Nadav Tasher 2024-12-07 18:57:34 +02:00
parent 2ebff3a864
commit fb34dd6114
3 changed files with 12 additions and 3 deletions

View file

@ -417,6 +417,15 @@ Users.attachSchema(
defaultValue: {},
blackbox: true,
},
'profile.autoWidthBoards': {
/**
* User-specified flag for enabling auto-width for boards (false is the default).
* profile[boardId][listId] = constraint;
*/
type: Object,
defaultValue: {},
blackbox: true,
},
'profile.swimlaneHeights': {
/**
* User-specified heights of each swimlane (or nothing if default).