Maxime BJ

Results 8 comments of Maxime BJ

I used to do this on the previous version but I had al ot of troubles getting the right data, so I switched to an external service for more simplicity....

Since I wrote that plugin, Gutenberg has evolved many times, with a lot of breaking changes. They didn't provided retrocompatibility for this. Sadly, I don't have time anymore to maintain...

Hi, Yes, the plugin is discontinued because I lacked time ton maintain it. Gutenberg changed a lot in the past two year without preserving retrocompatibility, so I had to rewrite...

It's always an hassle to deal with CSS in Gutenberg because of styles inheritances, since the beginning of the project. Maybe I can always add this CSS to CodeMirror in...

Seems great, and cleaner ! I'll try to approve this and merge soon but I have a lot to do in the next weeks. I'll try to fix my bugs...

Hope you'll add this feature soon! FYI A friend of mine use pot-to-php and makepot to do this with his tool. https://github.com/loicblascos/gutenberg-custom-blocks

Any news?

Ok found it ! When ejecting, a plugin is missing in package.json. By Adding "transform-class-properties", it works again: ``` "plugins": [ [ "transform-object-rest-spread" ], [ "transform-class-properties" // I was missing!...