Problem/Motivation

The Importer, in importContent() method, give as default that a file in the content folder can be json or yml.
if other type of file is in the folder, give error in Yaml::decode($contents)

Proposed resolution

add an additional check on the extension

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

g.rocchini created an issue.