tanmay_nehete
I'm new here

Unable to set value in CMS_set

Jump to solution

Hi ,
I'm unable to use CMS_VALUE in CMS_Set  $CMS_SET(Font, $CMS_VALUE(ps_CorpoKO)$)$

0 Kudos
1 Solution

Accepted Solutions
jst
New Responder

Hey Tanmay,

please try

$CMS_SET(Font, ps_CorpoKo)$

or

$CMS_SET(Font)$$CMS_VALUE(ps_CorpoKo)$$CMS_END_SET$

Best regards

Jörn

View solution in original post

0 Kudos
1 Reply
jst
New Responder

Hey Tanmay,

please try

$CMS_SET(Font, ps_CorpoKo)$

or

$CMS_SET(Font)$$CMS_VALUE(ps_CorpoKo)$$CMS_END_SET$

Best regards

Jörn

0 Kudos