Meta Angaben für Content-Seiten hinzugefügt.

This commit is contained in:
2022-06-15 08:26:06 +02:00
parent ee7ed0db1f
commit 25a39dfac0
9 changed files with 192 additions and 116 deletions

3
types/global.d.ts vendored
View File

@@ -28,6 +28,9 @@ interface Content {
path: string
name: string
blocks?: ContentBlock[]
meta: {
[key: string]: any
}
}
interface GeneralInfo {