I am trying out the media mapper and when I am adding multiple images to the same article number only one image gets mapped to that field. I can add multiple images to the field easy in the BO and that’s why I thought that the media mapper could append images and not replace.
Is that a bug or are there no support for adding multiple images to the same field? I tried with the system field _images as the templatefieldname.
Litium version: 7
Try to use the DisplayImagesMappings
instead of FieldFileMapping
where you have a priority to decide the order or the images.
Not sure what you mean by that. According to the xsd it not possible to specify the templatefieldname
in that section.
For the DisplayImagesMappings
you don’t need to specify a field name, the system is always using the _images
fields that is the field for display images, this field also supports multiple images. if you using the FieldFileMapping
instead you can only map one image to the field.