From 3a2d8d4961a9b8691aa351559f3ae580e5a2dbb4 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 1 Nov 2022 09:30:10 +0000 Subject: [PATCH] removing grid from manifest --- packages/client/manifest.json | 39 ----------------------------------- 1 file changed, 39 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index d8a868b6f8..0f3a095fbf 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -5037,45 +5037,6 @@ } ] }, - "grid": { - "name": "Grid (Beta)", - "icon": "ViewGrid", - "hasChildren": true, - "styles": [ - "size" - ], - "illegalChildren": ["section", "grid"], - "legalDirectChildren": [ - "container", - "tableblock", - "cardsblock", - "repeaterblock", - "formblock" - ], - "size": { - "width": 800, - "height": 400 - }, - "showEmptyState": false, - "settings": [ - { - "type": "number", - "label": "Rows", - "key": "rows", - "defaultValue": 12, - "min": 1, - "max": 32 - }, - { - "type": "number", - "label": "Columns", - "key": "cols", - "defaultValue": 12, - "min": 1, - "max": 32 - } - ] - }, "formblock": { "name": "Form Block", "icon": "Form",