Active
Project:
Migrate Plus
Version:
6.0.8
Component:
Examples
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2025 at 22:53 UTC
Updated:
1 Jan 2026 at 17:02 UTC
Jump to comment: Most recent
Attempting to enable migrate_example on a brand new Drupal 11 site, I get
In UnmetDependenciesException.php line 100:
Configuration objects provided by migrate_example_setup ha
ve unmet dependencies: field.field.node.migrate_example_beer.bo
dy (field.storage.node.body)
Indeed, looking in the config/sync directory after exporting config from the newly generated site, there is no field.storage.node.body.yml file. It is no longer part of the default node structure.
provide a default field.storage.node.body.yml, or switch to using field_content.
Comments
Comment #2
benstallings commentedComment #3
heddnNode body addition got removed in core at some point in the recent-ish past. We'll need to add it to all our config exports.