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.
This commit is contained in:
Jason Crist 2021-01-28 14:29:55 -05:00 committed by Ben Dwyer
parent b5704752b8
commit 214c6d19d1

View file

@ -1,12 +1,14 @@
{
"global": {
"styles": {
"styles": {
"root": {
"color": {
"link": "var( --global--color-primary )"
}
},
"settings": {
}
},
"settings": {
"defaults": {
"border": {
"customRadius": true
}