feat(events): add tag selector to admin event form
This commit is contained in:
parent
3797ff7925
commit
337664790f
2 changed files with 37 additions and 6 deletions
|
|
@ -142,6 +142,7 @@ const eventSchema = new mongoose.Schema({
|
|||
maxAttendees: Number,
|
||||
registrationRequired: { type: Boolean, default: false },
|
||||
registrationDeadline: Date,
|
||||
tags: [String], // Tag slugs from Tag collection
|
||||
agenda: [String],
|
||||
speakers: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue