Problem/Motivation
Drupal core has had a content:export command since 11.3.0 https://www.drupal.org/node/3533854
It also supports importing content alongside recipes.
Would be good if this module used that format (and the core API itself to avoid duplication) so that the exported content is interoperable.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork lms_yaml-3581341
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 #5
graber commentedComment #7
graber commentedCore import/export API is still missing some important pieces (for example to exclude fields you need an event subscriber instead of just passing parameters to the exporter), it also generates files directly and we need to pass to zip here. The yaml format is now as in core but left some custom export / import logic instead of using core APIs that are still marked as experimental.