Skip to main content

Static Panel

Displays panel information as profile menu entries. Multiple panels can be defined in a panel section. Panel content refreshes when the profile is refreshed.

Example

PanelA = title="Panel Title", content="Panel Content\nSecondLine", style=info

Format

{panel name} = title="{panel title}", content="{panel content}", style={panel style}

Parameters

NameValueMandatoryNote
panel name-truePanel name must be unique under the [Panel] section.
panel title-truePanel title will be displayed as the menu entry title and dialog title.
panel content-truePanel content will be displayed as the dialog message. Multi-line is supported.
panel stylegood
info
alert
error
falsePanel style determines the menu entry icon and dialog icon.