Herb Miller
Herb Miller
Can you start fleshing out an API for this idea? Proposed flow Wp site check | requests information for all active plugins and theme Wp site check all | requests...
Today I started writing some code that would consider the "Gutenberg compatibility" of the active plugins in a site. I downloaded the Extract in CSV format to `opinions/plugincompatibility.csv` and parsed...
This is a moot point. If you’re performing tests to see if the new block editor is compatible with your site - code and content - then the answer would...
Can you add a hint to how this can be done? eg an extract from `theme.json`
Screenshot for Using the slash inserter 
Typo in Open by default section: Enabling this option keeps the block open and the hidden content will be disaplay until closed. display not disaplay
Another limitation is that it's not possible to save a Slide block as reusable then edit it using Manage All Reusable Blocks. And, of course, that reusable block won't work...
BTW: I was being particularly dumb when I did this. At the time I hadn't actually realised how to create a slide show. I had created multiple presentations with one...
Will you have to get a list of allowedBlocks and remove yours? Or is it time for a PR for disallowedBlocks? https://github.com/WordPress/gutenberg/issues/7845#
If you don't already have a design for this then you may want to look at the solution that I developed for my own code. If you've got time start...