mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 14:38:06 +01:00
Merge branch 'master' of https://github.com/wekan/wekan into feature/direct_login_from_oidc
This commit is contained in:
commit
05a98fa88b
32 changed files with 6361 additions and 276 deletions
|
|
@ -79,6 +79,21 @@ 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