Updates and more
This commit is contained in:
@@ -32,8 +32,18 @@ export const event = defineCollection({
|
||||
})
|
||||
})
|
||||
|
||||
export const modes = defineCollection({
|
||||
type: "data",
|
||||
schema: z.object({
|
||||
translationKey: z.string(),
|
||||
main: z.boolean(),
|
||||
ranked: z.boolean().optional().default(false)
|
||||
})
|
||||
})
|
||||
|
||||
export const collections = {
|
||||
'pages': pages,
|
||||
'help': help,
|
||||
'event': event
|
||||
'event': event,
|
||||
'modes': modes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user