Allowed slots with unlimited children, improved slot ui text

This commit is contained in:
Stefan Zermatten
2020-10-15 13:50:46 +02:00
parent 7fc783dcad
commit 8e9405b5ad
5 changed files with 35 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ let SlotSchema = new SimpleSchema({
quantityExpected: {
type: SimpleSchema.Integer,
defaultValue: 1,
min: 0,
},
ignored: {
type: Boolean,