Satish_Jadhav
03-06-2020
Is there HTL (sightly) tag to populate tag name (page property tag) without using JAVA Models ?
khamat_bn
04-06-2020
@Satish_Jadhav
Yes its possible to use without java. We have to use data-sly-list attribute and should pass the tag property name in expression.After that via item object we can fetch each tags from string array.
Note that tag property should have name cq:tags
Happy coding,
~BK 🙂