funkhaus/fuxt

Gutenberg quote block not working

Closed this issue · 2 comments

I think Gutenberg upgraded Quotes to actually contain inner blocks of P tags. I fixed this on this site:
https://github.com/funkhaus/picture-north-frontend/commit/35e8a7bbe2387d2687e2baad0fd1615fdb70483c

But wanted to wait for this to be fixed first, to make sure it wasn't a Gutenberg issue:
funkhaus/wp-gql-gutenberg#44

Also, probably should update the Vue component to actually use a Gutenberg-paragraph element so things like background-color and alignment work in the quote.

OK yeah so we need to use the gutenberg-paragraph component for this and support things like colors and text alignments...

Fixed with bf75721