This commit is contained in:
2024-08-15 16:38:50 +02:00
parent 4afd833276
commit 22f24e92c3
19 changed files with 148 additions and 69 deletions

View File

@@ -65,6 +65,7 @@ export const rules = defineCollection({
type: "content",
schema: z.object({
translationKey: z.string(),
mode: reference("modes").optional(),
}),
});