Use old icon for grids
This commit is contained in:
parent
7b75d7f13d
commit
e436c1da1c
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue