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'],
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,