Merge branch 'dtsepelev-master' into devel

This commit is contained in:
Sacha Greif 2015-03-26 11:28:10 +09:00
commit 26aa980826

View file

@ -19,6 +19,10 @@ categorySchema = new SimpleSchema({
optional: true,
autoform: {
}
},
image: {
type: String,
optional: true
}
});