Added basic export for improved initiative

This commit is contained in:
Stefan Zermatten
2017-07-10 16:26:38 +02:00
parent 398f8a8a2a
commit 35464128a0
6 changed files with 279 additions and 0 deletions

View File

@@ -184,6 +184,9 @@ Schemas.Character = new SimpleSchema({
defaultValue: "whitelist",
allowedValues: ["whitelist", "public"],
},
"settings.exportFeatures": {type: Boolean, defaultValue: true},
"settings.exportAttacks": {type: Boolean, defaultValue: true},
"settings.exportDescription": {type: Boolean, defaultValue: true},
});
Characters.attachSchema(Schemas.Character);