Adam Bergman
Adam Bergman
I haven't tried this myself, I'm actually just getting started with backpack and came across this issue. But maybe you could push a new rule into `config.module.rules`? See [`react-scripts`](https://github.com/facebook/create-react-app/blob/7b7acde872637a308bb84db75c31980100aed07e/packages/react-scripts/config/webpack.config.dev.js#L259) which...
@walleXD I remember that I gave it a try back when I commented on the issue and that it actually worked. But it's a while back and I haven't felt...
The last version is already possible today. Though I would not recommend using that version since it would force webpack to bundle _all_ of `@tabler/icons` in the bundle. Which is...
Ah I see. But then you don't mind including the full icon library in your code. But I guess publishing each icon as its own file would solve some parts...
Btw while testing this out I found a way to do it. But it is not as good as the one used for "normal" post types: ```php \add_filter( 'rest_prepare_revision', function...
I did some more testing and my assumption seem to be more or less correct. The following code in the terminal when editing a post: ```js window.wp.data.select('core/block-editor').getBlocks() ``` Prints a...
@erralb No proper fix. I brought the whole plugin into my own source and renamed the api field to something like `wp_blocks` instead.
Thanks for your report! I became a father a month ago and haven't had time to look inte oss stuff. But I'm planning to make some updates and fix issues...
Hi, Sorry for the long silence. As I've already mentioned to others the modest popularity of this module made me realize that all OAuth implementations doesn't work the same, I...
Hi, sorry but I haven't had the time to look into this. I'll see if I can take a look at it later this week. Have you tried to look...