Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You need to use ${pageProperties.propertyName}

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 3

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