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:
parent
b5704752b8
commit
214c6d19d1
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
|||
|
||||
{
|
||||
"global": {
|
||||
"styles": {
|
||||
"styles": {
|
||||
"root": {
|
||||
"color": {
|
||||
"link": "var( --global--color-primary )"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"defaults": {
|
||||
"border": {
|
||||
"customRadius": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue