forked from MapComplete/MapComplete
Fix etymology theme
This commit is contained in:
parent
3570cfbaa8
commit
eae05b21c6
8 changed files with 284 additions and 320 deletions
|
@ -71,6 +71,11 @@ export default class WithContextLoader {
|
|||
}
|
||||
for (let i = 0; i < tagRenderings.length; i++) {
|
||||
let renderingJson = tagRenderings[i]
|
||||
if(renderingJson === "questions"){
|
||||
renderingJson = {
|
||||
id: "questions"
|
||||
}
|
||||
}
|
||||
if (typeof renderingJson === "string") {
|
||||
renderingJson = {builtin: renderingJson, override: undefined}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue