Where to Find Files - Mura Docs v6

Where to Find Files

One thing to keep in mind is that Mura CMS can be installed in either a subdirectory of a website or more commonly, in the "webroot". Mura offers a method to dynamically generate the path to where it resides within the "context" of a website. If it's installed at the wwwroot or webroot of a site, the context variable will return an empty string. If Mura is installed under a subdirectory of the main root of the site such as "/{wwwroot}/cms" then the "context" would return /cms. To access the context, the code snippet would be $.globalConfig('context').

In Mura, files you typically need access to can usually be found in one of two primary areas; the "Site Level" and the "Theme Level".