Use old icon for grids

This commit is contained in:
Andrew Kingston 2023-06-19 18:32:13 +01:00
parent 7b75d7f13d
commit e436c1da1c
1 changed files with 3 additions and 3 deletions

View File

@ -5228,13 +5228,13 @@
}, },
"gridblock": { "gridblock": {
"name": "Grid block", "name": "Grid block",
"icon": "ViewTable", "icon": "Table",
"styles": ["size"], "styles": ["size"],
"size": { "size": {
"width": 600, "width": 600,
"height": 400 "height": 400
}, },
"info": "Grid Block is only compatible with internal or SQL tables", "info": "Grid Blocks are only compatible with internal or SQL tables",
"settings": [ "settings": [
{ {
"type": "table", "type": "table",
@ -5306,7 +5306,7 @@
}, },
{ {
"type": "boolean", "type": "boolean",
"label": "Stripe rows", "label": "High contrast",
"key": "stripeRows", "key": "stripeRows",
"defaultValue": false "defaultValue": false
} }