etisson
3 years agoAce
only show component if tkb article has a specific label
 Hi All,   I'm trying to develop a component that only shows up when a tkb article has a specific tag.   I 'm new to freemarker and liql.       This is what I have so far          <#assign labels = we...
- 3 years agoHere you go <#assign messageId = page.context.thread.topicMessage.uniqueId> Make sure you are adding it on message page as it will only work on message page. On rest of the pages, it will throw an error.