London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi
You should be able to find some code samples for that in this thread: https://world.episerver.com/forum/legacy-forums/Episerver-7-CMS/Thread-Container/2013/11/Extending-the-global-menu---generating-the-required-scripts-for-EPiServer-look-and-feel/
Regards
Per Gunsarfs
We're upgrading an MVC dashboard gadget to use the Component attribute since the gadget is depracated. Since it's an MVC gaget we're usign the IFrameComponent attribute (following http://devblog.gosso.se/2017/06/convert-deprecated-gadgets-to-components-in-episerver/). However since it's now an iframe we're missing the default episerver styling because we have to include all CSS links inside the view. Is there a reliable way to include the episerver CSS files without specifying the version numbers inside the url (such as /EPiServer/Shell/10.10.6.0/ClientResources/epi/themes/legacy/ShellCore.css)?