내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Sightly | Data attributes | Short URL

Avatar

Level 1

Hi,

I'm working on sightly based component development. where i want to set the data attributes with short URL

I tried using JS which works only anchor tags but not for data attributes.

   var resourceType = resource.getResourceType();

     if(resourceType == "cq:Page"){

    resolved = resolved + ".html";

      }

Any alternate for data attributes?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10
4 답변 개

Avatar

Community Advisor

Hi,

What do you mean by short URLs? is it Vanity URLs?

Can you please explain more what output you expecting using sightly?

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

Avatar

정확한 답변 작성자:
Level 10

Avatar

Level 1

Thanks, will try this

Avatar

Level 1

Hi

I tried data-attributes in anchor tag as below

href="${resolve.resolvedLink}"

data-sly-attribute.data-values="${resolve.resolvedLink}"

in href : i could short url as /home.html

where as in data-values  : /content/.../en/home.html

I need to update anything in configuration ??