Lack of interest Non-scalar values in xen:set

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

simbolo

Well-known member
For example I want to pass an array value to a template:
PHP:
<xen:include template="widgetportal_widget_carousel_edit_item" >
    <xen:set var="$item.carousel_id">0</xen:set>
</xen:include>
I can't do that as it responds with:
The following error occurred:

Line 28: Invalid template include variable assignment specified. Only scalar variable names may be assigned.

Is it possible to add the ability to pass non scalar values?
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom