ContributionsMost RecentMost LikesSolutionsRe: Change SEO options in TKB Article? Hi Parshant, thanks for the reply. I have reset the edit page to very default and I am still not seeing these options. I also dont have the labels field for some reason either... any ideas? Change SEO options in TKB Article? Hi, Is there a component that contains the SEO options for a TKB Article? We have a custom edit page and can't seem to find how to display it? Cheers, TKB Template Hi, Is there a way to create a TKB template within the SDK and not need to use the browser editor? Thanks Re: Get all text keys Ahhh I thought that may be the case. I'm thinking of storing a count in a text property then looping based on that number. <#assign count = text.format('category.count') /> <#list 1..count?number as i> <#assign msg = text.format('category.instance.${i}') /> ${msg} </#list> Get all text keys Hi, Is it possible to get all text keys that match a certain criteria? For example, I have text keys like this: key: category.instance.1 value: Category instance 1 text key: category.instance.2 value: Category instance 2 text key: category.instance.3 value: Category instance 3 text I want to get these all in some sort of array and loop through them to use them in something. Is it possible? SolvedRe: Show latest blogs from community on another website Do you have an example of this? Show latest blogs from community on another website Hi all, Is it possible for me via the API to get the latest blogs from my community and display it on another website (It will be on the same domain. E.g community.domain.com and I would display it on domain.com). Thanks, Darren SolvedRe: Discussion style in the head.ftlWorked a treat. Thanks!Discussion style in the head.ftl Hi, When I use this in the head.ftl it returns as null env.context.message.discussionStyle But on the same page adding it to a component on the page returns the correct value. Is there a reason for this? And is there a way for me to get this value within the head.ftl? Thanks, Darren SolvedRe: [SDK] Error while uploading plugin Only solution I found was to use "strictMode": false, within the conf file. Has caused our stage to break a couple of times, but only solution I have found to work.