forked from cms/tibi-svelte-starter
neue Komponente für Artikellisten. Möglichkeit, Artikel Seiten zuzuweisen.
This commit is contained in:
4
types/global.d.ts
vendored
4
types/global.d.ts
vendored
@@ -16,7 +16,9 @@ interface CollectionEntry {
|
||||
}
|
||||
|
||||
interface ContentBlock {
|
||||
article: any
|
||||
article: {
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
|
||||
interface Content {
|
||||
|
||||
Reference in New Issue
Block a user