Solved
HTL (sightly) script to populate tags Name
Is there HTL (sightly) tag to populate tag name (page property tag) without using JAVA Models ?
Is there HTL (sightly) tag to populate tag name (page property tag) without using JAVA Models ?
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 🙂
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.