Class levels can now have conditions
This commit is contained in:
@@ -23,6 +23,11 @@ let ClassLevelSchema = new SimpleSchema({
|
||||
'nextLevelTags.$': {
|
||||
type: String,
|
||||
},
|
||||
// Same as in SlotFillers.js
|
||||
slotFillerCondition: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
});
|
||||
|
||||
export { ClassLevelSchema };
|
||||
|
||||
Reference in New Issue
Block a user