moderntribe / square-one

Modern Tribe's legacy WordPress framework for the classic editor.
GNU General Public License v2.0
89 stars 20 forks source link

POC: Block Pattern #1030

Closed ChrisMKindred closed 1 year ago

ChrisMKindred commented 2 years ago

What does this do/fix?

An example of simplifying one of our custom blocks and using core blocks in a block pattern to handle the layout. In this example, I have recreated a content loop block by creating an automatic loop block using ACF and WordPress Core blocks to fill out the other fields.

You can play with how block patterns are handled in the UI here: https://sq1-pr1030.moderntribe.qa/pattern-test-post/

Tests

Does this have tests?