Hi @csaini ,The best plausible approach would be to add through HTL, if
it works.Hard Coded ExampleThe first example uses sightly to reference
an experience fragment,
/content/experience-fragments/we-retail/equipment, and the required
variation, master. This will only work when the path includes the
experience fragment variation path. The value here is hard coded.Dynamic ExampleIn the
second example, we can see that our component adapts to the
com.mysite.models.component.MyCustomComponent, Sling...