From e436c1da1c8266c612751b6f55394a727f30f59c Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 19 Jun 2023 18:32:13 +0100 Subject: [PATCH] Use old icon for grids --- packages/client/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index e425edc1b1..73ab2ee3ee 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -5228,13 +5228,13 @@ }, "gridblock": { "name": "Grid block", - "icon": "ViewTable", + "icon": "Table", "styles": ["size"], "size": { "width": 600, "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": [ { "type": "table", @@ -5306,7 +5306,7 @@ }, { "type": "boolean", - "label": "Stripe rows", + "label": "High contrast", "key": "stripeRows", "defaultValue": false }