WordPress / twentytwentytwo

Twenty Twenty-Two, the default WordPress theme that will launch with WordPress 5.9.
406 stars 91 forks source link

Try new navigation block markup #260

Closed kjellr closed 2 years ago

kjellr commented 2 years ago

Closes #230.

Swaps out our existing navigation block markup to use layout attributes, and to remove isResponsive (that is now enabled by default, so there's no need for us to declare it).

While doing this, I realized that the header-centered-logo pattern did not have a page list block inside of it like all of the others. So I added that in too.

To test, just make sure all patterns appear like they did before, and also show no markup errors.