feat(events): add tag selector to admin event form

This commit is contained in:
Jennie Robinson Faber 2026-04-09 22:38:20 +01:00
parent 3797ff7925
commit 337664790f
2 changed files with 37 additions and 6 deletions

View file

@ -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: [
{