mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
add listWidths to user profile
This commit is contained in:
parent
f33ea5baf0
commit
f2e4a280d7
6 changed files with 114 additions and 15 deletions
|
|
@ -79,21 +79,6 @@ Lists.attachSchema(
|
|||
// XXX We should probably provide a default
|
||||
optional: true,
|
||||
},
|
||||
width: {
|
||||
/**
|
||||
* list width, default 270px
|
||||
*/
|
||||
type: String,
|
||||
defaultValue: '270px',
|
||||
optional: true,
|
||||
},
|
||||
height: {
|
||||
/**
|
||||
* list height
|
||||
*/
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
updatedAt: {
|
||||
/**
|
||||
* last update of the list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue