Problem/Motivation
Right now this module works only with inline blocks, however also regular reusable blocks may need to be exported.
Proposed resolution
Export also data for reusable blocks :)
Remaining tasks
- Validate the proposed approach
- Review the patch
- Add test coverage
User interface changes
None
API changes
None
Data model changes
None
Issue fork jsonapi_include_lb-3304559
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
plachComment #3
plachThis fixes some errors and improves performance.
Comment #6
nielsaers commentedCreated a fork and incorporated code from patch 3 but made it work for inlineblocks as well. Needs a proper review as it was tossed together fast.
Comment #7
andikanio commentedHere is the patch for @nielsaers solution,
Because for patch #3, the ability to add inline_block via include is gone, but with @nielsaers solution, it works.
UPDATE: Sorry, patch fail, will create another one
Comment #8
andikanio commentedComment #9
murzI've reworked the main logic of how the module works in the #3374355: Rework module to work without a separate computed field - now it should support all types of blocks. Could you please check if this works well?