Removed variables object from creature docs

This commit is contained in:
Stefan Zermatten
2023-07-20 11:13:57 +02:00
parent 4133a0f78c
commit 30fabce7f1

View File

@@ -151,11 +151,6 @@ let CreatureSchema = new SimpleSchema({
blackbox: true,
defaultValue: {}
},
variables: {
type: Object,
blackbox: true,
defaultValue: {}
},
computeErrors: {
type: Array,
optional: true,