Riad Benguella
Riad Benguella
My question is what tabs do you want to add there? Because it's already possible to mock APIs and render dynamic blocks in the current tabs. I want to understand...
Quickly looking at the error, it seems that there might be a conflict between different webpack versions. Blockbook expects > 4 while it seems you also have a Webpack 3...
yes, this could work but I feel we should offer a more friendly API (in addition to the CSS vars), maybe something like ``` import { setConfig } from 'blockbook-api';...
I guess the block registration ensures that the category exists on the frontend otherwise it reset it to "undefined". I think you should call `wp.data.setCategories` on your `.blockbook/index.js` file with...
Most blocks rely on wp.apiFetch to perform the API requests, so it seems like a good candidate to mocking APIs. Right now, it's already possible to do so by registering...
Makes sense. I think we need to find a nice place to render the inspector panel too.
Drag and Drop is not supported, you can click the "plus" buttons, but it would be neat to add.
Probably not soon, unless someone opens a PR for it, too busy with Gutenberg release these days.
It does make sense to add a settings page for the plugin. This could be one of the options to tweak. (Note that Giphy can't be uploaded because of their...
I honestly don't think a settings page is a lot more work than adding those filters, I just have to find the time to do it 🤷♂️