Skip to content

Commit

Permalink
specify cons for some shelter_type values, see #851
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Apr 3, 2023
1 parent b997b4c commit 55db1d8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/fields/shelter_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"key": "shelter_type",
"type": "combo",
"label": "Type"
"label": "Type",
"icons": {
"public_transport": "temaki-transit_shelter",
"picnic_shelter": "temaki-picnic_shelter",
"lean_to": "temaki-sleep_shelter",
"field_shelter": "temaki-horse_shelter"

}
}

0 comments on commit 55db1d8

Please sign in to comment.