Closed moinmoin-sh closed 1 year ago
Enhancements to customize the screen layout.
add this to the screen config section of the conf/ payload to customize the screenlayout per screen
screen config section
"screenLayout":{"horizontal":<number>, "vertical":<number>}
add this to the tile config section of the conf/ payload to customize tile spanning to the right or down
tile config section
"span":{"right":<number>, "down":<number>}
These two new options give full flexibility to customize the screens.
Both of the options are included in the configSchemaand can be set via the AdminUI.
configSchema
Enhancements to customize the screen layout.
add this to the
screen config section
of the conf/ payload to customize the screenlayout per screenadd this to the
tile config section
of the conf/ payload to customize tile spanning to the right or downThese two new options give full flexibility to customize the screens.
Both of the options are included in the
configSchema
and can be set via the AdminUI.