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,