Skip to content
Next Next commit
Enable all alignments for the site title and navigation blocks.
  • Loading branch information
kjellr committed Jun 17, 2021
commit a11c83b3e1f20f55ec4d37b43facb521175cc703
5 changes: 1 addition & 4 deletions packages/block-library/src/navigation/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
"orientation": "orientation"
},
"supports": {
"align": [
"wide",
"full"
],
"align": true,
"anchor": true,
"html": false,
"inserter": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/site-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"supports": {
"align": [ "wide", "full" ],
"align": true,
"html": false,
"color": {
"gradients": true,
Expand Down