neue Komponente für Artikellisten. Möglichkeit, Artikel Seiten zuzuweisen.

This commit is contained in:
2022-06-13 13:58:04 +02:00
parent 60bd5d21c9
commit 7c712ee7c8
6 changed files with 85 additions and 37 deletions

4
types/global.d.ts vendored
View File

@@ -16,7 +16,9 @@ interface CollectionEntry {
}
interface ContentBlock {
article: any
article: {
[key: string]: any
}
}
interface Content {