Implementation Guidance

  1. Rebuild existing block to use sub-block item (migrate from paragraphs to block reference) on the module
  2. Release major version with the new approach.
  3. Implement hook_update that will search all paragraphs with statistics_item items, find parent nodes with that paragraphs and recreate block in layout builder with the new approach.
  4. Implement hook_update that will delete existing paragraph type statistics_item
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

david-b created an issue.

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

  • david-b committed 26d4f6c6 on 2.0.x
    Issue #3392957: Introduce blocks instead paragraphs
    

  • david-b committed 64de51b6 on 2.0.x
    Issue #3392957: rename field && creating sub-block descriptions