Blueprint tabs as panel areas

Hi everyone,

Actually my panel homepage shows 3 tabs (made of sections) and i would like to split them into panel areas so i can have a sidebar menu entry for each of them.

I went throught all panel area docs, including UI lab, and i can’t figure out how to achieve this. Is that mandatory to use a vue component for each ? Or can i just une the “menu” option of my config.php ?

I’d really appreciate if someone can point me to the right direction.

Thanks

You don’t need areas, using the menu option and link to each tab should do the job.

Thanks for the tip, but i would like to remove tabs from panel homepage when panel menu are good .

Does your panel dashboard store settings in site.txt? Then moving to areas instead of using tabs is probably not such a good idea.

As far creating areas, check out the documentation. And you, you need to create Vue components for them.