Skip to content

Commit

Permalink
add access=customers value (#326)
Browse files Browse the repository at this point in the history
closes #47
  • Loading branch information
tyrasd authored Feb 2, 2022
1 parent 16c276b commit 1679648
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/fields/access.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"title": "Destination",
"description": "Access allowed only to reach a destination"
},
"customers": {
"title": "Customers",
"description": "Restricted to customers at the destination"
},
"dismount": {
"title": "Dismount",
"description": "Access allowed but rider must dismount"
Expand Down
3 changes: 3 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ en:
# access=*, foot=*, motor_vehicle=*, bicycle=*, horse=*
label: Allowed Access
options:
customers:
description: Restricted to customers at the destination
title: Customers
designated:
description: Access allowed according to signs or specific local laws
title: Designated
Expand Down

0 comments on commit 1679648

Please sign in to comment.