Skip to content

Commit 723a083

Browse files
committed
add self_checkout field to shop=supermarket
1 parent 2d53ca9 commit 723a083

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

data/fields/self_checkout.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"key": "self_checkout",
3+
"type": "radio",
4+
"strings": {
5+
"options": {
6+
"yes": "Yes",
7+
"only": "Only",
8+
"no": "No"
9+
}
10+
},
11+
"label": "Self Checkout"
12+
}

data/presets/shop/supermarket.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"icon": "maki-grocery",
33
"moreFields": [
44
"{shop}",
5+
"self_checkout",
56
"diet_multi",
67
"fhrs/id-GB",
78
"organic"

0 commit comments

Comments
 (0)