Doppelter Aufruf für das Holen der Page-Contents nach Sprachwechsel gefixed.
This commit is contained in:
10
types/global.d.ts
vendored
10
types/global.d.ts
vendored
@@ -100,8 +100,14 @@ interface TibiArticle {
|
||||
}
|
||||
}
|
||||
}
|
||||
layout: {}
|
||||
link: {}
|
||||
layout: {
|
||||
[key: string]: any
|
||||
}
|
||||
assignments: {
|
||||
pages: string[]
|
||||
articles: string[]
|
||||
tags: string[]
|
||||
}
|
||||
}
|
||||
insertTime?: string
|
||||
updateTime?: string
|
||||
|
||||
Reference in New Issue
Block a user