Skip to content

Commit

Permalink
Add Align support to Separator block (#25147)
Browse files Browse the repository at this point in the history
* Update block.json

Add alignment support for Separator Block

* Update block.json

Align 'wide' and 'full' support added to Separator block

* Add Center Alignment to separator block

* Remove html:false
  • Loading branch information
jordesign authored Oct 8, 2020
1 parent e376eab commit a8b8724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/separator/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
},
"supports": {
"anchor": true
"anchor": true,
"align": ["center","wide","full"]
}
}

0 comments on commit a8b8724

Please sign in to comment.