Refine the zebra crossing preset as per recent proposal
Some checks failed
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled

This commit is contained in:
Kyle Hensel 2025-05-25 09:26:50 +08:00
parent 7a3ca38093
commit 6b307dc279
No known key found for this signature in database
GPG key ID: A6481E3E38D544EC
3 changed files with 106 additions and 12 deletions

View file

@ -0,0 +1,15 @@
{
"key": "crossing:markings",
"type": "combo",
"label": "{crossing/markings}",
"autoSuggestions": false,
"default": "zebra",
"stringsCrossReference": "{crossing/markings}",
"iconsCrossReference": "{crossing/markings}",
"options": [
"zebra",
"zebra:double",
"zebra:paired",
"zebra:bicolour"
]
}