Application Settings addon - sort settings

Hi

Is it possible to set the order of parameters on the editing screen?

Regards
Marcin

1 Like

Hello @marcin.zawadowicz,

Currently it is not possible to sort properties. But you can extend the AppSettingsEntityView screen. Add UI elements for sorting and override the io.jmix.appsettingsflowui.view.appsettings.AppSettingsEntityView#createFormLayout method.

Regards,
Nikita