Hello
I would like to change our portal home from the default freshservice.
Below the Open Tickets list I would like to have a list with popular or last added Solution Articles.
Does anybody know how to achieve this?
I can see that the open tickets are created by:
{{#if portal.logged_in}}
<section id="home-lists-container" class="list-container">
{{> loader}}
</section>
{{/if}}
but what other elements are available? and where can I see them?
thanks