Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I have a scenario where I have to provide a default value in data-sly-test expression if expression property does't exists. like below
<sly data-sly-test="${properties.abc | 'xyz'}"> ${properties.pqr} </sly>
Please help on this.
to me you can do this with ||
Views
Likes
Replies