How to read design_dialog values using in sightly. | Community
Skip to main content
sreeni_a1
New Participant
October 16, 2015
Solved

How to read design_dialog values using in sightly.

  • October 16, 2015
  • 2 replies
  • 1492 views

How to read design_dialog values using sightly. I want place a Logo into header. I am tried using currentStyle in sightly, but it's not working.

Please suggest me for this. Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kunal_Gaba_

Have you tried this code snippet ? - 

${currentStyle.propertyname}

2 replies

Kunal_Gaba_
Kunal_Gaba_Accepted solution
New Participant
October 16, 2015

Have you tried this code snippet ? - 

${currentStyle.propertyname}

sreeni_a1
sreeni_a1Author
New Participant
October 16, 2015

Thanks Kunal, it's working fine.