gridstack_enable
Activate or deactivate the grid system to control widget layout functionality within dashboard interfaces.
Instructions
Enable or disable the grid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doEnable | No | Enable (true) or disable (false) the grid |
Input Schema (JSON Schema)
{
"properties": {
"doEnable": {
"default": true,
"description": "Enable (true) or disable (false) the grid",
"type": "boolean"
}
},
"type": "object"
}