System Widgets

System Widgets

The Widget page manages widget records directly instead of using the shared settings shell.

Main widget data

  • name
  • description
  • js
  • template
  • inputs

Key behavior

The source keeps widget inputs aligned with templates through getInputVariableByTemplate, so template changes can alter the effective input structure.

Template-input coupling

If you change a widget template without updating its matching inputs, the widget may save but still behave incorrectly at runtime.