Trees can now be freely re-arranged :D

This commit is contained in:
Stefan Zermatten
2019-07-31 11:52:11 +02:00
parent d0304da4fd
commit 4f93ad3e9b
9 changed files with 77 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ let AttributeSchema = new SimpleSchema({
defaultValue: 'newAttribute',
},
// How it is displayed and computed is determined by type
type: {
attributeType: {
type: String,
allowedValues: [
'ability', //Strength, Dex, Con, etc.