Add cycle_barrier fields (#1232)

This commit is contained in:
Kyℓe Hensel 2025-02-14 00:07:49 +11:00 committed by GitHub
parent cfa71d6c4f
commit c156fca6c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 1 deletions

10
data/fields/overlap.json Normal file
View file

@ -0,0 +1,10 @@
{
"key": "overlap",
"type": "number",
"label": "Overlap Width (Meters)",
"snake_case": false,
"prerequisiteTag": {
"key": "cycle_barrier",
"valueNot": "single"
}
}