Open
Description
Is your feature request related to a problem? Please describe.
I create an array with some variables to use with cloneblock function like :
$templateProcessor->cloneBlock('device', 0, true, false, $array_devices);
but seems not working when variables contains HTML char.
But I use the variable with setComplexValue, it's work
Describe the solution you'd like
CloneBlock use the setComplexValue to remplace value
Thanks