Skip to content

Commit 771d5ca

Browse files
authored
Add contact:facebook field to POI presets (#859)
1 parent 4a1327e commit 771d5ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+55
-0
lines changed

data/fields/contact/facebook.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"key": "contact:facebook",
3+
"type": "url",
4+
"label": "Facebook Username or URL",
5+
"placeholder": "https://www.facebook.com/LocalBusiness"
6+
}

data/presets/amenity/animal_boarding.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"animal_boarding"
1010
],
1111
"moreFields": [
12+
"contact/facebook",
1213
"email",
1314
"fax",
1415
"gnis/feature_id-US",

data/presets/amenity/animal_breeding.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"animal_breeding"
1010
],
1111
"moreFields": [
12+
"contact/facebook",
1213
"email",
1314
"fax",
1415
"gnis/feature_id-US",

data/presets/amenity/animal_shelter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"animal_shelter"
1010
],
1111
"moreFields": [
12+
"contact/facebook",
1213
"email",
1314
"fax",
1415
"gnis/feature_id-US",

data/presets/amenity/arts_centre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"moreFields": [
1111
"charge_fee",
12+
"contact/facebook",
1213
"email",
1314
"fax",
1415
"fee",

data/presets/amenity/bank.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"air_conditioning",
1414
"branch_brand",
1515
"brand",
16+
"contact/facebook",
1617
"currency_multi",
1718
"email",
1819
"fax",

data/presets/amenity/bar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"moreFields": [
1212
"air_conditioning",
13+
"contact/facebook",
1314
"email",
1415
"fax",
1516
"gnis/feature_id-US",

data/presets/amenity/boat_rental.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"moreFields": [
1313
"access_simple",
1414
"address",
15+
"contact/facebook",
1516
"email",
1617
"fax",
1718
"opening_hours/covid19",

data/presets/amenity/bureau_de_change.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"building_area"
1010
],
1111
"moreFields": [
12+
"contact/facebook",
1213
"email",
1314
"fax",
1415
"level",

data/presets/amenity/cafe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"branch_brand",
2020
"brand",
2121
"capacity",
22+
"contact/facebook",
2223
"delivery",
2324
"diet_multi",
2425
"drive_through",

0 commit comments

Comments
 (0)