feat(glossaire): enrichit la cartographie archicratique et les archicrations
This commit is contained in:
@@ -54,6 +54,11 @@ const glossaire = defineCollection({
|
||||
title: z.string().min(1),
|
||||
term: z.string().min(1),
|
||||
aliases: z.array(z.string().min(1)).default([]),
|
||||
urlAliases: z
|
||||
.array(z.string().regex(/^[a-z0-9]+(?:-[a-z0-9]+)*$/))
|
||||
.default([]),
|
||||
authors: z.array(z.string().min(1)).default([]),
|
||||
tradition: z.string().min(1).optional(),
|
||||
edition: z.literal("glossaire"),
|
||||
status: z.literal("referentiel"),
|
||||
version: z.string().min(1),
|
||||
|
||||
Reference in New Issue
Block a user