Added library UI for selecting a library item

This commit is contained in:
Stefan Zermatten
2017-04-21 15:10:33 +02:00
parent 7b6c59fa6c
commit a459610c09
7 changed files with 143 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ Schemas.Item = new SimpleSchema({
value: {type: Number, min: 0, defaultValue: 0, decimal: true},
enabled: {type: Boolean, defaultValue: false},
requiresAttunement: {type: Boolean, defaultValue: false},
category: {type: String, optional: true, allowedValues: [
"adventuringGear", "armor", "weapons", "tools",
],},
"settings.showIncrement": {type: Boolean, defaultValue: false},
color: {
type: String,