Groundwork for default libraries and slots
This commit is contained in:
13
app/imports/api/properties/Slots.js
Normal file
13
app/imports/api/properties/Slots.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import SimpleSchema from 'simpl-schema';
|
||||
|
||||
let SlotSchema = new SimpleSchema({
|
||||
slotTags: {
|
||||
type: Array,
|
||||
defaultValue: [],
|
||||
},
|
||||
'slotTags.$': {
|
||||
type: String,
|
||||
},
|
||||
});
|
||||
|
||||
export { SlotSchema };
|
||||
Reference in New Issue
Block a user