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": { "lat": {
"title": "Viewport Latitude", "title": "Viewport Latitude",
"type": "string", "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": { "lng": {
"title": "Viewport Longitude", "title": "Viewport Longitude",
"type": "string", "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": { "zoom": {
"title": "Viewport Zoom", "title": "Viewport Zoom",