Content Collection um Tags ChipArray erweitert, um eine Möglichkeit zu schaffen, Stichworte zum Verknüpfen der Seiten zwischen den Sprachen zu schaffen...(WIP)

This commit is contained in:
2022-05-30 16:52:12 +02:00
parent 5d08a96327
commit fcf5490d5a
5 changed files with 40 additions and 12 deletions

3
types/global.d.ts vendored
View File

@@ -19,7 +19,8 @@ interface ContentBlock {
interface Content {
id: string
name: string
locale: string
tags?: string[]
path: string
blocks: ContentBlock[]
}