Problem/Motivation
To support the recipe system, Drupal core 10.3 shipped a streamlined version of Default Content's import mechanism. It imports the exact same format that default_content exports.
Ideally, as part of the road to getting Default Content into core entirely, the contrib module should rely on core's importer, if available, rather than using its own import mechanism.
Issue fork default_content-3493319
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
Comment #3
alexpottDupe of #3457855: Rewrite to use core's Default Content API