Carolina Nymark
Carolina Nymark
This time I added a `4000px` tall spacer block and I was able to reproduce it. When I select the option "Edit original" from the block editor, the `components-resizable-box__container` inside...
And I believe this is the previous issue: https://github.com/WordPress/gutenberg/issues/38062
I tried looking into this on Friday before the work on #63724. It seems to be related to the props in the ResizableBox component.
I was just going to write in the core themes chat that I was not going to be able to do it today so thank you!
How about using the ``? (With or without the loader)
Closing as a duplicate, in favor of https://github.com/WordPress/gutenberg/issues/64341
> The PR adds a temporary filter that sets show_in_rest to true. This is added to a new file in the 6.7 compatibility folder. As a side effect, this also...
The benefit of using the taxonomy filter like now is that it only requires a small code change. (Which also means less to maintain) I think the control should still...
Ok, I have pushed changes on the editor side, moving the post formats out of the taxonomies. Since the formats are no longer part of the `tax_query`, it will require...
Another question: Is it expected that only post formats that are used can be selected in the query loop option? I mean that I have registered theme support for multiple...