Zuweisung von Artikeln zu Seiten möglich. Somit werden keine Content-Blocks mehr benötigt und alle Artikel können über die articles-Collection gepflegt udn zugewiesen werden.

This commit is contained in:
2022-06-14 10:30:40 +02:00
parent 05fe698af6
commit ee7ed0db1f
8 changed files with 42 additions and 30 deletions

4
types/global.d.ts vendored
View File

@@ -27,7 +27,7 @@ interface Content {
tags?: string[]
path: string
name: string
blocks: ContentBlock[]
blocks?: ContentBlock[]
}
interface GeneralInfo {
@@ -68,7 +68,7 @@ interface GeneralInfo {
}
interface TibiArticle {
id: string
id?: string
article: {
general: {
public: boolean