Allowed slots with unlimited children, improved slot ui text
This commit is contained in:
@@ -24,6 +24,7 @@ let SlotSchema = new SimpleSchema({
|
||||
quantityExpected: {
|
||||
type: SimpleSchema.Integer,
|
||||
defaultValue: 1,
|
||||
min: 0,
|
||||
},
|
||||
ignored: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user