From 52b42443331fa407b888b3bfb49973f21016d19a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 14 Feb 2025 16:03:15 +0100 Subject: [PATCH] chore: add missing default values in schema --- umap/static/umap/js/modules/schema.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umap/static/umap/js/modules/schema.js b/umap/static/umap/js/modules/schema.js index a6f279d5..d2142f8c 100644 --- a/umap/static/umap/js/modules/schema.js +++ b/umap/static/umap/js/modules/schema.js @@ -278,6 +278,7 @@ export const SCHEMA = { impacts: ['ui'], nullable: true, label: translate('Display the locate control'), + default: null, }, longCredit: { type: 'Text', @@ -290,6 +291,7 @@ export const SCHEMA = { impacts: ['ui'], nullable: true, label: translate('Display the measure control'), + default: null, }, mask: { type: Boolean, @@ -507,6 +509,7 @@ export const SCHEMA = { impacts: ['ui'], nullable: true, label: translate('Display the tile layers control'), + default: null, }, toZoom: { type: Number,