Sightly | Data attributes | Short URL
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();
resolved = resolved + ".html";
}
Any alternate for data attributes?