mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
added to the background object to the Boards collection.
This commit is contained in:
parent
b79b7ec18e
commit
7de25da94c
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ Boards.attachSchema(new SimpleSchema({
|
||||||
type: Date,
|
type: Date,
|
||||||
denyUpdate: true
|
denyUpdate: true
|
||||||
},
|
},
|
||||||
|
background: {
|
||||||
|
type: Object
|
||||||
|
},
|
||||||
// XXX Inconsistent field naming
|
// XXX Inconsistent field naming
|
||||||
modifiedAt: {
|
modifiedAt: {
|
||||||
type: Date,
|
type: Date,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue