- 🇫🇷France sashainparis Provins
See JsonAPI Gutenberg Blocks → module I've just published.
- 🇫🇷France sashainparis Provins
Reopening the issue to integrate the JsonAPI Gutenberg Blocks module inside the Gutenberg module - as compatibility with JsonAPI Core module.
- Assigned to sashainparis
- Status changed to Needs work
12 months ago 6:43pm 3 January 2024 - 🇫🇷France sashainparis Provins
Branch 3232930-return-parsed-block: Gutenberg v3
- Status changed to Needs review
12 months ago 2:58pm 8 January 2024 - 🇵🇹Portugal marcofernandes
Regarding the parser, WP as a new version of it but not sure if addresses the issues you pointed out. The issue with heading block attributes, I guess that's because level 2 is the default. To address that I guess we would need some kind of block registration mechanism at server level (which it is planned to do in the future) to fetch the defaults.
Anyway, as you said, these details should be addressed on a different issue.
Could you create the Merge Requests to dev branch for both versions? - 🇫🇷France sashainparis Provins
Worked on better parsing in the same file.
So I didn't open another Issue.Commited to V2 module version.
V3 needs to be done.Please note: structure is made to converge with the WP API to make sure Components working on WP API should work out-of-the-box on Drupal.
This needs some controls too.