Moved properties schema, added 'removeProperty' method

This commit is contained in:
Stefan Zermatten
2019-04-03 16:50:12 +02:00
parent 681e669e76
commit 021a53ef36
22 changed files with 91 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
import SimpleSchema from 'simpl-schema';
import schema from '/imports/api/schema.js';
import ColorSchema from "/imports/api/creature/subSchemas/ColorSchema.js";
import PropertySchema from '/imports/api/creature/subSchemas/PropertySchema.js';
import { PropertySchema } from '/imports/api/creature/properties/Properties.js'
import ChildSchema from '/imports/api/parenting/ChildSchema.js';
//set up the collection for containers