Expand my Community achievements bar.

SOLVED

how to bind page properties dialog values

Avatar

Level 3

hi Team,

I have updated a page properties dialog with a new tab and from that tab i need to fetch the values in the html through sightly , kindly let me know how to do that

thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You need to use ${pageProperties.propertyName}



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You need to use ${pageProperties.propertyName}



Arun Patidar

Avatar

Level 3

Also we can use ${pageProperties['propertyName']}