Closed (fixed)
Project:
Block Migration
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jun 2026 at 14:02 UTC
Updated:
9 Jun 2026 at 14:36 UTC
Jump to comment: Most recent
Reproduction: Try importing a new block (not overriding existing) with drush bm-import
Error message: `The "" entity type does not exist`.
Root cause: doImport() from Single Content Sync expects different YAML structure than our export format
Solution: Create block entities directly using Drupal's entity API
Comments
Comment #3
julien.reulos commentedFixed in 1.0.0
Commit: https://git.drupal.org/project/block_migration/-/commit/ccf2d8a
The issue has been resolved by creating block entities directly instead of delegating to Single Content Sync's doImport() method.
Comment #5
julien.reulos commented