mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
(wip) fix earlier breaking change (feedback in quizzes) by allowing custom feedback delims so that - doesn't need to conflict with markdown list item
This commit is contained in:
@@ -7,6 +7,7 @@ export const zodGlobalSettingsCourse = z.object({
|
||||
|
||||
export const zodGlobalSettings = z.object({
|
||||
courses: z.array(zodGlobalSettingsCourse),
|
||||
options: z.record(z.any()).optional(),
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user