From f7a76be8aec5859009c06837bf80cf9c0ce1d579 Mon Sep 17 00:00:00 2001 From: JakubDrobnik Date: Tue, 20 Nov 2018 15:36:33 +0100 Subject: [PATCH] Improved schema --- INPUT_SCHEMA.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INPUT_SCHEMA.json b/INPUT_SCHEMA.json index 087a8b6..050fc12 100644 --- a/INPUT_SCHEMA.json +++ b/INPUT_SCHEMA.json @@ -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",