WordPress / gutenberg-starter-theme

A simple theme for testing Gutenberg.
GNU General Public License v2.0
683 stars 163 forks source link

Add support for section block alignments on the front end. #82

Closed kjellr closed 5 years ago

kjellr commented 5 years ago

Adds support for wide/full child blocks inside of a section block.

Pending the merge of https://github.com/WordPress/gutenberg/pull/13964 in to Gutenberg. Props @getdave for the initial code here.


Before

gutenberg test_2019_04_01_section-block_ (1)

After

gutenberg test_2019_04_01_section-block_

getdave commented 5 years ago

Looks good to me! 👍