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:
4
types/global.d.ts
vendored
4
types/global.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user