- Issue created by @juliobasito
Hello,
I face a problem when I try to import a node which have long textfield with multiple images. Only the last image was imported on the new site, even if the images are present in the archive.
You will see that only the second image was imported.
The image are correctly saved on the archive. But when we look on the field array in the node.json we can see that "included_image" is a string and only contain the last fileGID.
My solution is to transform "included_image" string into array. I already made a patch about it.
I keep the is_array check on the import to preserve backward compatibility with older export. Maybe it's a better idea to remove it.
Active
3.0
Code