From 777cc66221c6effe34e407738dbc6235d3483d64 Mon Sep 17 00:00:00 2001 From: Jason Crist Date: Thu, 28 Jan 2021 14:29:55 -0500 Subject: [PATCH] Update shame of theme.json file In accordance with https://github.com/WordPress/gutenberg/pull/28110 the theme.json file has been updated to reflect the new expected shape. --- spearhead/experimental-theme.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/spearhead/experimental-theme.json b/spearhead/experimental-theme.json index 493f5e2dd0..531a70a9dc 100644 --- a/spearhead/experimental-theme.json +++ b/spearhead/experimental-theme.json @@ -1,12 +1,14 @@ { - "global": { - "styles": { + "styles": { + "global": { "color": { "link": "var( --global--color-primary )" } - }, - "settings": { + }, + }, + "settings": { + "global": { "border": { "customRadius": true }