Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi Team
Need to know the sightly equivalent syntax for the below the snippet.
Please help.
<cq:text property="text" escapeXml="true" placeholder="<%= Placeholder.getDefaultPlaceholder(slingRequest, component, null)%>"/>
Regards
Bishnu
Solved! Go to Solution.
Hi Bishnu,
You can find sightly equivalent code in this location: libs/wcm/foundation/components
I think you need this equivalent code for text component. For text component see here libs/wcm/foundation/components/text.
~Ratna.
View solution in original post
I would look at the sightly text component (/libs/wcm/foundation/components/text/text.html)
Views
Likes
Replies