This commit is contained in:
Kyℓe Hensel 2025-10-23 20:16:16 +11:00 committed by GitHub
commit 0ea32bb758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 147 additions and 53 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"
]
}