Added Character sheet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import SimpleSchema from "simpl-schema";
|
||||
|
||||
let Bundle = new Mongo.Collection("bundle");
|
||||
let Bundles = new Mongo.Collection("bundle");
|
||||
|
||||
let attributeSchema = new SimpleSchema({
|
||||
name: String,
|
||||
|
||||
@@ -24,3 +24,5 @@ let experienceSchema = new SimpleSchema({
|
||||
Experiences.attachSchema(experienceSchema);
|
||||
|
||||
//Experiences.attachBehaviour("softRemovable");
|
||||
|
||||
export default Experiences;
|
||||
|
||||
@@ -34,3 +34,5 @@ Proficiencies.attachSchema(proficiencySchema);
|
||||
|
||||
// Proficiencies.attachBehaviour("softRemovable");
|
||||
makeChild(Proficiencies, ["enabled"]);
|
||||
|
||||
export default Proficiencies;
|
||||
|
||||
Reference in New Issue
Block a user