Added color options for containers, added spell lists
This commit is contained in:
@@ -187,7 +187,8 @@ Schemas.Character = new SimpleSchema({
|
||||
//permissions
|
||||
owner: { type: String, regEx: SimpleSchema.RegEx.Id },
|
||||
readers: { type: [String], regEx: SimpleSchema.RegEx.Id },
|
||||
writers: { type: [String], regEx: SimpleSchema.RegEx.Id }
|
||||
writers: { type: [String], regEx: SimpleSchema.RegEx.Id },
|
||||
color: {type: String, allowedValues: _.keys(colorOptions), defaultValue: "grey"}
|
||||
//TODO add per-character settings
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user