Problem/Motivation

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.

Steps to reproduce

  • install Drupal (I used CMS)
  • enable migrate_example

Proposed resolution

provide a default field.storage.node.body.yml, or switch to using field_content.

Comments

benstallings created an issue. See original summary.

benstallings’s picture

Issue summary: View changes
heddn’s picture

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