forked from cms/tibi-svelte-starter
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:
3
types/global.d.ts
vendored
3
types/global.d.ts
vendored
@@ -19,7 +19,8 @@ interface ContentBlock {
|
||||
|
||||
interface Content {
|
||||
id: string
|
||||
name: string
|
||||
locale: string
|
||||
tags?: string[]
|
||||
path: string
|
||||
blocks: ContentBlock[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user