Skip to content

Commit

Permalink
Add wide and full alignment options to the post/site title blocks (#2…
Browse files Browse the repository at this point in the history
…6601)

* Add wide/full alignment options to the site title block.

* Revert "Add wide/full alignment options to the site title block.

* Swap the order of the alignment values.
  • Loading branch information
kjellr authored Nov 5, 2020
1 parent a42aeea commit d1d32f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/post-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
},
"supports": {
"align": [ "wide", "full" ],
"html": false,
"color": {
"gradients": true
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/site-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
},
"supports": {
"align": [ "wide", "full" ],
"html": false,
"color": {
"gradients": true
Expand Down

0 comments on commit d1d32f4

Please sign in to comment.