import { useI18n } from "vue-i18n";const i18n = useI18n()how I can use it in folder router in index.ts file to translate for example :pageTitle: "title",breadcrumbs: ["bread"],I have tried a lot but to no availMetronic demo 8 version 8.1.7node v18.12.0...
Hi, do you have any news about metronic support for Laravel + Inertia applications?This topic was already asked a couple of times in this forum.It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to wr...
Metronic demo 8 version 8.1.7node v18.14.1npm 9.5.0before when I used version Vite v3.2.4 no error when I running the following command npm run buildbut now when I updated Vite to 3.2.5 the errors display in 3 files Errors Files 4 src/components/modals/wizards/T...
When visiting a page that does not exist, the site displays the 404 page, as expected.However, when running unit tests to check that the 404 page is displayed, the test fails because the HTTP status code is 200 rather than 404.def test_client_detail_view_with_invalid_customer(self):...
Hello,Our company (Le Phare) is currently using Metronic to build our own admin component in Symfony. I'm using the assets and twig templates from the Metronic Symfony demo. I was wondering why are the Symfony demo files absent from your repo https://github.com/KeenthemesHub/Metronic? Is there a...
Hi support,I have a problem when using gulp to build asset.I have folder like below :C:\metronic-8.1.7\html\theme\demo1C:\metronic-8.1.7\html\theme\toolsC:\metronic-8.1.7\html\theme\node_modulesIf I follow instrunction at https://preview.keenthemes.com/html/metronic/docs/getting-star...
Hi,i'm using Metronic default Theme demo1 every Page containte Fiter Button and Creact React APP Modal with 5 stepshow can i Change Create Button Behaviour Depends on Current Page ?
Hello,I have found a very weird issue in the navigation of angular versions of metronic 8.Try to follow the following procedure.1. Please visit this link. Click here 2. Click on Pages > Profile > Projects in...
i love Metronic theme, but the charts widgets are use apexcharts, do you have any sample-like components---->dashboard_default-widgets---> widget*.vue are all use apex-charts. so i just want to know do you have any sample which use Apache ECharts, that will good helpful for me. i can modify acco...
Hi, I am trying to apply the same background used in the content section, but I can't find the name of the variable. Tried with bg-light, and it works on light mode, but in dark mode is not the same, attached an image as a reference:Thanks in adva...
Hello, I want to write a note on the selected word or sentence in Ckeditor. But I couldn't find this feature. Is there such a feature in Ckeditor5 in the theme? There is a paid feature "Comments overview" on the Ckeditor site. There is "@ckpro/ckeditor5-popover" as 3rd party. Is there such a feature...
Hi. I need to disable sidebar (menu) for one of my pages. I set data-kt-app-sidebar-enabled parameter to false and deleted all the other parameters related to sidebar on body tag. Also I deleted the div with id kt_app_sidebar and the mobile side...
Hello there, dear devs! I hope this message finds you in good health and high spirits. I have a question about Angular Metronic that I was hoping you could help me with. I have been working with Angular Metronic and I was wondering if it is possible to change the font style in the application. Spec...
I want to create new pages in subdirectories. But every time I try to include the '_default.php', the files cannot be retrieved because the path is wrong. I have already set the base href to "../" so the assets are loaded, but how do I get the content in there? I don't want to work with /page?=examp...
Hi Guys,When you use the combination of table-hover and table-striped together, the table-hover effect only works on alternating rows.I can confirm the same happens in 'dark mode'. (Images below = row one hovering, then row 2 hovering)https://i.ibb.co/R3XvD7n/Screenshot-2023-03-03-at-13-2...