From 4116b975823786f8c2892bd4e9974ad1cd4a71aa Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Wed, 24 Mar 2021 10:29:42 +0000 Subject: [PATCH] Issue #4 - correct the change to support Layout options - remove the 'custom' level --- experimental-theme.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/experimental-theme.json b/experimental-theme.json index ab0317f..6f18b2a 100644 --- a/experimental-theme.json +++ b/experimental-theme.json @@ -147,11 +147,9 @@ } ] }, - "custom": { - "layout": { + "layout": { "contentSize": "800px", "wideSize": "1200px" - } } } },