Nick Diego
Nick Diego
Received another request for "preview" functionality in the Editor, specifically for the Screen size control. Consider a limited preview functionality for the next release focused on Screen size, and then...
@carolinan currently Block Visibility still displays all blocks in the Editor, it only conditionally displays them on the Frontend. I have plans to build some sort of live preview functionality...
@Mamaduka @JustinyAhin I wanted to highlight here that the explanations page for [Automated Testing](https://developer.wordpress.org/block-editor/explanations/architecture/automated-testing/) is now outdated as mentioned here: https://github.com/WordPress/gutenberg/issues/48757 I am in favor of either updating the page...
> would love to see mastodon in here, any interest in adding it? if so, want me to open a PR? Mastodon would be a great addition, but from my...
Hmm, this is an interesting use case. Have you considered using a [Block Style](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-styles/) for this? Or even a dedicated utility class? I believe controlling print visibility would need to...
I 100% agree and will need to look into how the Advanced panel accomplishes that.
@fabiankaegy Thanks for the link. I gave it a quick try, and it's sorta working in #76. We need better control over slots in Core 😅
Over the weekend, I was experimenting with Playground blueprints for my personal repos ([Icon Block](https://github.com/ndiego/icon-block) example). I modified a shields.io badge for "Playground Demo" and then linked it to the...
Thanks for reporting this issue @gyurmey2. I have looked into it and the `aria-hidden="true"` [appears to be hardcoded](https://github.com/WordPress/gutenberg/blob/6e4bc840699ed2742dba27e585b38ee136f882be/packages/primitives/src/svg/index.js#L93) in all Core icons and I have not been able to figure...
Bumping from v2.6.0. The bug is minor, and the solution is tricky. Reevaluate when redesigning the settings page.