Skip to content

Commit

Permalink
Merge pull request #301 from ironprogrammer/54250-fix-t11-blocks-edit…
Browse files Browse the repository at this point in the history
…or-group-margins

Fix T11 Blocks editor block margins and add `appearanceTools` support
  • Loading branch information
kjellr committed Feb 4, 2022
2 parents 4a90b97 + 7a41a38 commit 13ccf7b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions tt1-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"settings": {
"appearanceTools": true,
"color": {
"link": true,
"palette": [
{
"slug": "black",
Expand Down Expand Up @@ -113,7 +113,6 @@
"wideSize": "1240px"
},
"typography": {
"customLineHeight": true,
"fontSizes": [
{
"slug": "extra-small",
Expand Down Expand Up @@ -175,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 13ccf7b

Please sign in to comment.