Category Page in the TabsPage on WPHC

Hello,

I’m using the WordPress Hybrid Client project: https://github.com/wordpress-clients/hybrid, to create my app, and I need to link the category “destaques” in the Tab Menu. Do anybody know how can I do this? :grin:

Solution:

page: ‘category’,
params: {
id: ‘category-id’
},