feat: move labelKey field on the top datalayer form

fix #2331
This commit is contained in:
Yohan Boniface 2024-12-09 13:02:03 +01:00
parent d0156bc7a6
commit d8abb28e35

View file

@ -626,6 +626,7 @@ export class DataLayer extends ServerStored {
'options.type',
{ handler: 'LayerTypeChooser', label: translate('Type of layer') },
],
'options.labelKey',
[
'options.displayOnLoad',
{ label: translate('Display on load'), handler: 'Switch' },
@ -698,7 +699,6 @@ export class DataLayer extends ServerStored {
'options.zoomTo',
'options.fromZoom',
'options.toZoom',
'options.labelKey',
]
builder = new U.FormBuilder(this, optionsFields, {