chore: add missing default values in schema

This commit is contained in:
Yohan Boniface 2025-02-14 16:03:15 +01:00
parent 1b3852d0e8
commit 52b4244333

View file

@ -278,6 +278,7 @@ export const SCHEMA = {
impacts: ['ui'], impacts: ['ui'],
nullable: true, nullable: true,
label: translate('Display the locate control'), label: translate('Display the locate control'),
default: null,
}, },
longCredit: { longCredit: {
type: 'Text', type: 'Text',
@ -290,6 +291,7 @@ export const SCHEMA = {
impacts: ['ui'], impacts: ['ui'],
nullable: true, nullable: true,
label: translate('Display the measure control'), label: translate('Display the measure control'),
default: null,
}, },
mask: { mask: {
type: Boolean, type: Boolean,
@ -507,6 +509,7 @@ export const SCHEMA = {
impacts: ['ui'], impacts: ['ui'],
nullable: true, nullable: true,
label: translate('Display the tile layers control'), label: translate('Display the tile layers control'),
default: null,
}, },
toZoom: { toZoom: {
type: Number, type: Number,