Saltar al contenido principal

gui_config

GUI Extension Configuration — misc entry.

Entry Information

PropertyValue
Entry IDgui_config
TypeMisc
ColorBlue
Iconmdi:cog

Description

Global configuration entry for the GUI extension. Set [debug] to true to enable verbose logging for scroll, command, and animation events.

Fields

FieldTypeDescription
debugBooleanEnable debug logging for GUI internal commands, scroll events, and animations.
editorEnabledBooleanEnable 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