User Parameters - akeeba/panopticon GitHub Wiki

The following are the known user parameters.

Accessibility

display.base_font_size

Font size

Overrides the body font size.

Default: (empty; uses application settings)

UOM: pt (points, i.e. 1/72 inch)

display.darkmode

Dark Mode

Should the application automatically switch to dark mode?

Default: 0 (use application settings)

Valid settings: 0 (use application settings), 1 (auto; use browser), 2 (always light), 3 (always dark)

Web Push Notifications

webpush.prompt_state

Prompt banner state

Controls the state of the Web Push subscription prompt banner shown after login.

Default: (empty; prompt is shown)

Valid settings: (empty) shows the prompt, remind hides the prompt until the next login, declined permanently hides the prompt.

webpush.prompt_until

Prompt remind-later timestamp

Unix timestamp until which the prompt banner is hidden when webpush.prompt_state is remind. After this time elapses, the prompt is shown again. Reset to 0 on each login so the prompt reappears.

Default: 0