Add allow anonymous switch

This commit is contained in:
Manuel
2023-09-21 19:45:30 +02:00
committed by GitHub
parent 141c27cda7
commit b49d021daf
17 changed files with 437 additions and 107 deletions

View File

@@ -6,6 +6,9 @@ export const createBoardSchemaValidation = z.object({
});
export const boardCustomizationSchema = z.object({
access: z.object({
allowGuests: z.boolean()
}),
layout: z.object({
leftSidebarEnabled: z.boolean(),
rightSidebarEnabled: z.boolean(),