added to the background object to the Boards collection.

pull/188/head
Yasar icli 10 years ago
parent b79b7ec18e
commit 7de25da94c
  1. 3
      collections/boards.js

@ -14,6 +14,9 @@ Boards.attachSchema(new SimpleSchema({
type: Date,
denyUpdate: true
},
background: {
type: Object
},
// XXX Inconsistent field naming
modifiedAt: {
type: Date,

Loading…
Cancel
Save