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

Command icon 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

plach created an issue. See original summary.

plach’s picture

Assigned: plach » Unassigned
Status: Active » Needs review
StatusFileSize
new3.33 KB
plach’s picture

This fixes some errors and improves performance.

nielsaers made their first commit to this issue’s fork.

nielsaers’s picture

Created 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.

andikanio’s picture

StatusFileSize
new8.54 KB

Here 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

andikanio’s picture

murz’s picture

I'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?