Skip to content

Commit

Permalink
Add alignment support to post content block (#24014)
Browse files Browse the repository at this point in the history
Add wide and full alignment support to post content block.
  • Loading branch information
noahtallen authored Jul 30, 2020
1 parent da89462 commit 6ab9b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/post-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"postType"
],
"supports": {
"align": true,
"align": [ "wide", "full" ],
"html": false
}
}

0 comments on commit 6ab9b3a

Please sign in to comment.