Maggie
Maggie
### Description [Pointed out](https://github.com/WordPress/gutenberg/pull/42976#issuecomment-1209582853) in #42976, the editor crashes when there's a recursive reference in place. ### Step-by-step reproduction instructions In theme.json add: ``` "color": { "background": { "ref": "styles.color.text"...
We could add empty templates with empty template parts for footer and header so that users can just pick one from the carrousel when that's available from the pattern directory.
Thinking about updating the plugin to include non universal themes, the problem with choosing fonts for the theme comes to mind. Here's an idea: On the form we can include...
Looks like the settings API would be a better way to handle the form instead: https://developer.wordpress.org/plugins/settings/using-settings-api/
I've moved on from using reverie as a foundation based wordpress theme since it wasn't being updated for a year. I came across your theme and I must say it...
In order to test https://github.com/WordPress/gutenberg/pull/41786 and preparing for when that one gets merged we should implement link hover (and probably focus?) styles on our themes. I think we should start...
Now that https://github.com/WordPress/gutenberg/pull/42764 has been merged, we can actually remove the heavy handed CSS that lives in Blockbase to fix this problem.
#### Changes proposed in this Pull Request: This PR styles the new block templates for Woo. To test this follow the instructions over at https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/4926 (Note: I had to use...
It would be great to have support for the post featured image in the context of the Query block so we could make Query block patterns like this: /cc @mtias
There are a couple of issues with the Page list block within the Navigation Block list view as it stands today regarding the icons and interactions related to them: -...