I apologize if this is already answered, but it appears at the time I'm writing this, there is no search functionality in ZenDesk's Help Center. I've tried in 3 browsers across different devices. I'm assuming it's just temporarily broken. So here's my question:
I'm trying to omit the Author and avatar from most articles in our Help Center, but I do want them to show for any articles in my News & Updates Category.
I've found that I can access section.id from an article, but I don't seem to be able to access category.id. I've tried it on its own, and I've also tried. section.category.id, but neither work.
So I figured that doesn't exist and instead I need to evaluate the section IDs, but I need to check for two of them. If the section ID is x OR y then show the author. But I can't figure out how to use an OR expression within {{#is section.id 12345 or 56789}}
To summarize, my two questions:
- Can I get to the category id from within an article?
- Can I use an OR property within an #is evaluation?