Improved schema

This commit is contained in:
JakubDrobnik 2018-11-20 15:36:33 +01:00
parent 433468aed3
commit f7a76be8ae

View File

@ -13,12 +13,14 @@
"lat": {
"title": "Viewport Latitude",
"type": "string",
"description": "Use it with combination with longitude and zoom to set up viewport to search on."
"description": "Use it with combination with longitude and zoom to set up viewport to search on.",
"editor": "textfield"
},
"lng": {
"title": "Viewport Longitude",
"type": "string",
"description": "Use it with combination with latitude and zoom to set up viewport to search on."
"description": "Use it with combination with latitude and zoom to set up viewport to search on.",
"editor": "textfield"
},
"zoom": {
"title": "Viewport Zoom",