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

Command icon 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

catch created an issue. See original summary.

graber made their first commit to this issue’s fork.

  • graber committed 68a3a4ff on 1.0.x
    Resolve #3581341: Support core yaml
    
graber’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

graber’s picture

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

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.