Library node editing now includes editing sub-documents and soft removal
This commit is contained in:
@@ -5,9 +5,6 @@ let BuffSchema = new SimpleSchema({
|
||||
_id: {
|
||||
type: String,
|
||||
regEx: SimpleSchema.RegEx.Id,
|
||||
autoValue(){
|
||||
if (!this.isSet) return Random.id();
|
||||
}
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user