mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add auto-width board-header toggle
This commit is contained in:
parent
2ebff3a864
commit
fb34dd6114
3 changed files with 12 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue