Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Level 10
4 Replies

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

Avatar

Correct answer by
Level 10

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 ??