Split out layers

This commit is contained in:
Robin van der Linde 2022-11-11 23:40:16 +01:00
parent 983475afb0
commit c1599369b4
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
4 changed files with 140 additions and 189 deletions

View file

@ -1091,57 +1091,6 @@
"stations": {
"description": "View, edit and add details to a train station",
"layers": {
"8": {
"description": "Find ticket machines for public transport tickets",
"name": "Ticket Machines",
"presets": {
"0": {
"title": "a ticket machine"
}
},
"tagRenderings": {
"operator": {
"freeform": {
"placeholder": "Name of the operator"
},
"question": "Who is the operator of this ticket machine?",
"render": "This ticket machine is operated by {operator}"
}
},
"title": {
"render": "Ticket Machine"
}
},
"9": {
"description": "Find ticket validators to validate public transport tickets",
"name": "Ticket Validators",
"presets": {
"0": {
"title": "a ticket validator"
}
},
"tagRenderings": {
"operator": {
"freeform": {
"placeholder": "Name of the operator"
},
"question": "Who is the operator of this ticket validator?",
"render": "This ticket validator is operated by {operator}"
},
"payment-options": {
"override": {
"mappings+": {
"0": {
"then": "This ticket validator accepts OV-Chipkaart"
}
}
}
}
},
"title": {
"render": "Ticket Validator"
}
},
"11": {
"description": "Displays showing the trains that will leave from this station",
"name": "Departures boards",