From a0c467afe4edfa696ffac06173058e6d4a8ce3ad Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Wed, 21 Aug 2024 11:02:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20update=20schema=20processor=20colum?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devTools/schemaProcessor/columns.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/devTools/schemaProcessor/columns.json b/devTools/schemaProcessor/columns.json index 801878d4584..ef55467b8bb 100644 --- a/devTools/schemaProcessor/columns.json +++ b/devTools/schemaProcessor/columns.json @@ -44,7 +44,6 @@ { "type": "string", "pointer": "/map/colorScale/baseColorScheme", - "default": "default", "editor": "dropdown", "enumOptions": [ "YlGn", @@ -156,7 +155,6 @@ { "type": "integer", "pointer": "/map/timeTolerance", - "default": 0, "editor": "numeric" }, { @@ -195,7 +193,6 @@ { "type": "string", "pointer": "/baseColorScheme", - "default": "default", "editor": "textfield" }, { @@ -303,7 +300,6 @@ { "type": "string", "pointer": "/colorScale/baseColorScheme", - "default": "default", "editor": "dropdown", "enumOptions": [ "YlGn", @@ -434,7 +430,6 @@ { "type": "boolean", "pointer": "/isPublished", - "default": false, "editor": "checkbox" }, { @@ -471,7 +466,6 @@ { "type": "integer", "pointer": "/version", - "default": 1, "editor": "numeric" }, { @@ -583,17 +577,20 @@ { "type": "integer", "pointer": "/dimensions/0/display/numDecimalPlaces", - "editor": "numeric" + "editor": "numeric", + "default": 2 }, { "type": "integer", "pointer": "/dimensions/0/display/numSignificantFigures", - "editor": "numeric" + "editor": "numeric", + "default": 3 }, { "type": "string", "pointer": "/dimensions/0/display/zeroDay", - "editor": "textfield" + "editor": "textfield", + "default": "2020-01-21" }, { "type": "integer", @@ -801,7 +798,7 @@ { "type": "string", "pointer": "/entityTypePlural", - "default": "countries or regions", + "default": "countries and regions", "editor": "textfield" } ]