forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
105120060d
commit
e5ea4dbfa3
12 changed files with 24 additions and 36 deletions
|
@ -1169,4 +1169,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -82,7 +82,6 @@
|
|||
"class": "large"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"if": "backrest=yes",
|
||||
"then": {
|
||||
|
@ -1047,4 +1046,4 @@
|
|||
},
|
||||
"has_image"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -4590,13 +4590,14 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"questions",
|
||||
{
|
||||
"id": "questions_technical",
|
||||
"id": "questions"
|
||||
},
|
||||
{
|
||||
"id": "questions",
|
||||
"render": {
|
||||
"en": "<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}",
|
||||
"nl": "<h3>Technische vragen</h3>De vragen hieronder zijn erg technisch - sla deze over indien je hier geen tijd voor hebt<br/>{questions(technical)}",
|
||||
"de": "<h3>Technische Fragen</h3>Die folgenden Fragen sind sehr technisch. Sie können sie gerne ignorieren<br/>{questions(technical)}"
|
||||
"nl": "<h3>Technische vragen</h3>De vragen hieronder zijn erg technisch - sla deze over indien je hier geen tijd voor hebt<br/>{questions(technical)}"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -54,16 +54,6 @@
|
|||
"render": {
|
||||
"*": "{open_note()}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metacondition": {
|
||||
"or": [
|
||||
"__featureSwitchDebugging=true"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"*": "{all_tags()}"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
|
@ -168,4 +158,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -174,6 +174,6 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"deletion": true,
|
||||
"allowMove": true
|
||||
}
|
||||
"deletion": true,
|
||||
"allowMove": true
|
||||
}
|
|
@ -1386,4 +1386,4 @@
|
|||
"enableRelocation": true,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1366,7 +1366,12 @@
|
|||
},
|
||||
"last_edit": {
|
||||
"description": "Gives some metainfo about the last edit and who did edit it - rendering only",
|
||||
"condition": "_last_edit:contributor~*",
|
||||
"condition": {
|
||||
"and": [
|
||||
"_last_edit:contributor~*",
|
||||
"_last_edit:changeset"
|
||||
]
|
||||
},
|
||||
"metacondition": {
|
||||
"or": [
|
||||
"__featureSwitchIsTesting=true",
|
||||
|
@ -1381,7 +1386,7 @@
|
|||
"href": "{_backend}/changeset/{_last_edit:changeset}",
|
||||
"text": {
|
||||
"en": "Last edited on {_last_edit:timestamp} by {_last_edit:contributor}",
|
||||
"nl": "Laatst gewijzigd op {_last_edit:timestamp} door {_last_edit:contributor}"
|
||||
"nl": "Laatst gewijzigd op {_last_edit:timestamp} door {_last_edit:contributor} "
|
||||
},
|
||||
"class": "subtle font-small"
|
||||
}
|
||||
|
@ -2053,4 +2058,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue