Skip to content

Commit

Permalink
Removes redundant settings
Browse files Browse the repository at this point in the history
Removes settings that are enabled by default via `appearanceTools` option.

See: https://make.wordpress.org/core/2022/01/08/updates-for-settings-styles-and-theme-json/
  • Loading branch information
ironprogrammer committed Feb 4, 2022
1 parent a4be989 commit 7a41a38
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tt1-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"settings": {
"appearanceTools": true,
"color": {
"link": true,
"palette": [
{
"slug": "black",
Expand Down Expand Up @@ -114,7 +113,6 @@
"wideSize": "1240px"
},
"typography": {
"customLineHeight": true,
"fontSizes": [
{
"slug": "extra-small",
Expand Down Expand Up @@ -176,22 +174,6 @@
}
]
},
"spacing": {
"customPadding": true,
"units": [
"px",
"em",
"rem",
"vh",
"vw"
]
},
"border": {
"customColor": true,
"customRadius": true,
"customStyle": true,
"customWidth": true
},
"custom": {
"font-primary": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"line-height": {
Expand Down

0 comments on commit 7a41a38

Please sign in to comment.