Merge pull request #128 from Dumbgenius/fix-127

[#127] Arrow library items should give 20 arrows rather than one "Arrows (20)"
This commit is contained in:
Stefan Zermatten
2017-09-08 08:29:56 +02:00
committed by GitHub
5 changed files with 56 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
LibraryItems = new Mongo.Collection("libraryItems");
Schemas.LibraryItems = new SimpleSchema({
libraryName:{type: String, optional: true, trim: false},
name: {type: String, defaultValue: "New Item", trim: false},
plural: {type: String, optional: true, trim: false},
description:{type: String, optional: true, trim: false},