Hi,
Im trying to create a dynamic variable:
$CMS_SET(hl)$
isHeadLine$CMS_VALUE(st_headline_format.toString())$
$CMS_END_SET$
So "hl" could be: isHeadLine1, isHeadLine2, isHeadLine3, etc.
Now I would like to USE this values, as var name:
$CMS_SET(hl,true)$
This should be seen as: $CMS_SET(isHeadLine1,true)$, $CMS_SET(isHeadLine2,true)$, etc.
How could I get this to work?
Greets and Thanks