Hi,
The name used for the image inside my template elements looks like this :
[ 5] {
:name => "product1MCImage",
:type => "IMAGE",
:field_media => {
:media_id => 2303767383,
:type => "IMAGE",
:reference_id => -2601016678015827968,
:dimensions => {
"FULL" => {
:width => 800,
:height => 800
}
},
My question: Is it always that this will have "product" as it's prefix ?
And also will it always be in the 6th object (index 5) inside :template_elements ?
Thanks!