when I want to have a "path" like this:account/annunci/4/editI can't get the "js" in the "config/global/pages.php" file to workmy config:'account' => array('annunci' => array('title' => 'Lista annunci','assets' => array('custom' => array('css' => array('plu...
HelloI installed Metronics 8 + VS Volar pack plugins and "Vue Langue Features (Volar)" plugin show error in all components on .vue files.For exemple here on Layout.vue all components in DOM has same messagehttp://a-p-c-t.fr/to-meet/Capture.JPGhttp://a-p-c-t.fr/to-meet/Capture2.JPGDo you know...
Hi,I am implementing a simple Redux ToolKit Query in the Topbar component, where the user info is fetched with a generated useQuery hook. Once the data is loaded the component is rendered and the data is passed down as props to the HeaderUserMenu component. The issue we are facing is that with thi...
I am studying the code in Metronic 8. I see a number of references to KTUTIL.(something) -is there documentation anywhere to study what your custom class does?
Hi,I'm considering buying the Metronic but I'm not sure which features are included per template type.I really like the template and especially the dark / light switch.But looking at the React demo there is no dark / light switch so I'm right that feature is not included in the React template?...
Hi,The Metronic HTML Quick Search feature is initialized in core/html/src/js/layout/search.js script and it can be integrated witha server-side AJAX request by replacing the demo process function with an actual search process function:// Private functionsvar proces...