瀏覽代碼

added to the background object to the Boards collection.

Yasar icli 10 年之前
父節點
當前提交
7de25da94c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      collections/boards.js

+ 3 - 0
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,