basic frontend setup, List model updated with wipLimit field

This commit is contained in:
amadilsons 2017-09-28 16:59:53 +02:00
parent eb945f26a3
commit c9c650664f
6 changed files with 31 additions and 2 deletions

View file

@ -42,6 +42,11 @@ Lists.attachSchema(new SimpleSchema({
}
},
},
wipLimit: {
type: SimpleSchema.Integer,
optional: true,
},
}));
Lists.allow({