[eZ publish] How to modify the $view_parameters valus in the template.

1. You have to install the swark extension.

2. Below I want to change the $view_parameters.offset to 10 in the template.

{set $view_parameters = $view_parameters|set_array_element("offset", 10)}

原文地址:https://www.cnblogs.com/davidhhuan/p/1775814.html