Added item increment buttons

This commit is contained in:
Stefan Zermatten
2015-05-18 13:17:40 +02:00
parent ae416458b5
commit 679292373c
5 changed files with 59 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ Schemas.Item = new SimpleSchema({
value: {type: Number, min: 0, defaultValue: 0, decimal: true},
enabled: {type: Boolean, defaultValue: false},
requiresAttunement: {type: Boolean, defaultValue: false},
"settings.showIncrement": {type: Boolean, defaultValue: false},
color: {
type: String,
allowedValues: _.pluck(colorOptions, "key"),