What file should I modify to set default minification for sidebar?
Hello.
I am using metronic in my vuejs application. How can I show the minimized side menu by default? It is always shown open but I need to show the side menu on the left as minimized by default.
Which file should I modify? can you give me the route? I am using my project with vue js
Replies (1)
Hi,
Thank you for reaching out to us.
To make the sidebar minimized by default you can follow the steps below:
- Open src/layouts/default-layout/config/DefaultLayoutConfig.ts.
- Change property
sidebar.default.minimizetotrue - Clear localStorage in your browser and hard refresh the page.
Regards,
Lauris Stepanovs,
Keenthemes Support Team