소스 검색

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,