コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Sightly equivalent code

Avatar

Level 1

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

1 受け入れられたソリューション

Avatar

正解者
Level 10

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.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10

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.

Avatar

Employee

I would look at the sightly text component (/libs/wcm/foundation/components/text/text.html)