Fix build

This commit is contained in:
Pieter Vander Vennet 2023-04-15 02:47:48 +02:00
parent 105120060d
commit e5ea4dbfa3
12 changed files with 24 additions and 36 deletions

View file

@ -1169,4 +1169,4 @@
]
}
]
}
}

View file

@ -82,7 +82,6 @@
"class": "large"
}
},
{
"if": "backrest=yes",
"then": {
@ -1047,4 +1046,4 @@
},
"has_image"
]
}
}

View file

@ -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)}"
}
}
],

View file

@ -36,4 +36,4 @@
]
}
]
}
}

View file

@ -54,16 +54,6 @@
"render": {
"*": "{open_note()}"
}
},
{
"metacondition": {
"or": [
"__featureSwitchDebugging=true"
]
},
"render": {
"*": "{all_tags()}"
}
}
],
"mapRendering": [
@ -168,4 +158,4 @@
]
}
]
}
}

View file

@ -174,6 +174,6 @@
}
}
],
"deletion": true,
"allowMove": true
}
"deletion": true,
"allowMove": true
}

View file

@ -1386,4 +1386,4 @@
"enableRelocation": true,
"enableImproveAccuracy": true
}
}
}

View file

@ -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 @@
}
]
}
}
}