Merge pull request #4962 from Xavier-J-Ortiz/add_faces_to_clock

adding faces to clock
This commit is contained in:
Bryan Housel
2018-04-03 21:25:22 -04:00
committed by GitHub
7 changed files with 26 additions and 4 deletions
+3
View File
@@ -540,6 +540,9 @@ en:
except:
# except=*
label: Exceptions
faces:
# faces=*
label: faces
fax:
# fax=*
label: Fax
+5
View File
@@ -736,6 +736,11 @@
"type": "combo",
"label": "Exceptions"
},
"faces": {
"key": "faces",
"type": "number",
"label": "faces"
},
"fax": {
"key": "fax",
"type": "tel",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "faces",
"type": "number",
"label": "faces"
}
+2 -1
View File
@@ -1358,7 +1358,8 @@
"support",
"display",
"visibility",
"date"
"date",
"faces"
],
"geometry": [
"point",
+2 -1
View File
@@ -5,7 +5,8 @@
"support",
"display",
"visibility",
"date"
"date",
"faces"
],
"geometry": [
"point",
+4
View File
@@ -9086,6 +9086,10 @@
"key": "except",
"description": "Exceptions"
},
{
"key": "faces",
"description": "faces"
},
{
"key": "fax",
"description": "Fax"
+5 -2
View File
@@ -1819,6 +1819,9 @@
"except": {
"label": "Exceptions"
},
"faces": {
"label": "faces"
},
"fax": {
"label": "Fax",
"placeholder": "+31 42 123 4567"
@@ -6665,7 +6668,7 @@
"attribution": {
"text": "basemap.at"
},
"description": "Basemap of Austria, based on goverment data.",
"description": "Basemap of Austria, based on government data.",
"name": "basemap.at"
},
"basemap.at-orthofoto": {
@@ -6727,7 +6730,7 @@
},
"stamen-terrain-background": {
"attribution": {
"text": "Map tiles by Stamen Design, under CC BY 3.0"
"text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
},
"name": "Stamen Terrain"
},