Added library UI for selecting a library item
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user