Resizeable size of list width and height. Size is not saved yet. In Progress.

Thanks to NLBlackEagle and xet7 !

Related #4558
This commit is contained in:
Lauri Ojansivu 2022-06-19 09:26:25 +03:00
parent c8bb3c7353
commit 01d0dd3b1d
3 changed files with 20 additions and 2 deletions

View file

@ -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