Problem using a contentblock with variables multiple times in other contentblock
-
Hi,
i have contentblock1 where i have the variables ‘varname’ and ‘varimgurl’.Now i want to use that block in my other template – contentblock2.
but the problem is, that the variables of the second and third contentblock1 are not considered and only the values of the first imported one is shown.
some pseudocode as example:
<contentblock2> [ls_content_block id="123" varname="name_one" varimgurl="url_one"] [ls_content_block id="123" varname="name_two" varimgurl="url_two"] [ls_content_block id="123" varname="name_three" varimgurl="url_three"] </contentblock2>
results in:
name_one url_one name_one url_one name_one url_one
but i expect:
name_one url_one name_two url_two name_three url_three
Am i doing something wrong or is that a bug?
Thanks ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem using a contentblock with variables multiple times in other contentblock’ is closed to new replies.