Skip to content

Commit

Permalink
feat: Add "isFree" field to event schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee committed Aug 22, 2024
1 parent 5c33487 commit 4ff4791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export const event = defineType({
]
}
},
defineField({
title: 'Free of charge',
name: 'isFree',
type: 'boolean',
initialValue: false
}),
defineField({
title: "Attendance Mode",
name: "attendanceMode",
Expand Down

0 comments on commit 4ff4791

Please sign in to comment.