Skip to content

Commit

Permalink
Add spacing controls to all heading blocks (#35772)
Browse files Browse the repository at this point in the history
* Add spacing controls to all heading blocks.

* Try just margin.
  • Loading branch information
kjellr committed Oct 20, 2021
1 parent 7b7b0d0 commit 1a3bda1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/heading/block.json
Expand Up @@ -32,6 +32,9 @@
"color": {
"link": true
},
"spacing": {
"margin": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down
3 changes: 3 additions & 0 deletions packages/block-library/src/post-title/block.json
Expand Up @@ -35,6 +35,9 @@
"gradients": true,
"link": true
},
"spacing": {
"margin": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down
3 changes: 3 additions & 0 deletions packages/block-library/src/query-title/block.json
Expand Up @@ -23,6 +23,9 @@
"color": {
"gradients": true
},
"spacing": {
"margin": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down

0 comments on commit 1a3bda1

Please sign in to comment.