Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update shame of theme.json file
In accordance with
WordPress/gutenberg#28110

the theme.json file has been updated to reflect the new expected shape.
  • Loading branch information
pbking committed Jan 28, 2021
commit 72681616866fce482815d5e671d63916cb716ecb
10 changes: 6 additions & 4 deletions spearhead/experimental-theme.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@

{
"global": {
"styles": {
"styles": {
"root": {
"color": {
"link": "var( --global--color-primary )"
}
},
"settings": {
}
},
"settings": {
"defaults": {
"border": {
"customRadius": true
}
Expand Down