gui_config
GUI Extension Configuration — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | gui_config |
| Type | Misc |
| Color | Blue |
| Icon | mdi:cog |
Description
Global configuration entry for the GUI extension. Set [debug] to true to enable verbose logging for scroll, command, and animation events.
Fields
| Field | Type | Description |
|---|---|---|
debug | Boolean | Enable debug logging for GUI internal commands, scroll events, and animations. |
editorEnabled | Boolean | Enable the web-based GUI editor (Ktor HTTP :8082 + Socket.IO :9093). Disabled by default for security and performance. |
Usage Example
- entry: gui_config
name: "GUI Extension Configuration"
debug: false
editorEnabled: false