forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
f81c0531a1
65 changed files with 30154 additions and 29668 deletions
|
@ -76,6 +76,11 @@ export default class WithContextLoader {
|
|||
const preparedConfigs : TagRenderingConfigJson[] = []
|
||||
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