Skip to content

Commit

Permalink
add field self_checkout to shop preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz committed Oct 6, 2024
1 parent 7629cf2 commit 9772232
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/fields/self_checkout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"key": "self_checkout",
"type": "radio",
"strings": {
"options": {
"yes": "Yes",
"only": "Only",
"no": "No"
}
},
"label": "Self Checkout"
}
1 change: 1 addition & 0 deletions data/presets/shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ele",
"height_building",
"second_hand",
"self_checkout",
"stroller",
"toilets",
"toilets/wheelchair",
Expand Down

0 comments on commit 9772232

Please sign in to comment.