{{ container().label }}

{{ container().description }}

{{ container().columns }} cols x {{ container().rows }} rows
@for (cell of gridCells(); track cell) {
}
@for (item of items(); track item.key) {

{{ item.label }}

{{ item.description }}

{{ item.grid.x }},{{ item.grid.y }} ยท {{ item.grid.w }}x{{ item.grid.h }}
} @if (disabled()) {
Fix JSON validation errors to re-enable the grid editor.
}