The 5.7 branch of Magnolia reached End-of-Life on December 31, 2023, as specified in our End-of-life policy. This means the 5.7 branch is no longer maintained or supported. Please upgrade to the latest Magnolia release. By upgrading, you will get the latest release of Magnolia featuring significant improvements to the author and developer experience. For a successful upgrade, please consult our Magnolia 6.2 documentation. If you need help, please contact info@magnolia-cms.com.

The Resource Files app displays resources such as CSS files, JavaScript files, template scripts and YAML configuration files. The app shows where the resource is loaded from (origin): classpath (JARs), file system or JCR resources workspace. You can use the app to edit resources in the JCR resources workspace and do hotfixes.

Filter classpath by modules

The Resource Files app displays resources from all origins by default. Check the Hide files on classpath outside modules box to exclude resources that are outside of registered Magnolia Maven modules.


Displayed when
Resource originUnfilteredFiltered
File system(tick)(tick)
JCR resources workspace(tick)(tick)
Classpath of Magnolia Maven modules*(tick)(tick)
Classpath of any JAR file(tick)(minus)

*) Magnolia Maven modules have a module descriptor. Magnolia keeps track of all paths under src/main/resources of Magnolia Maven modules. In the filtered view only classpath files matching a path of Magnolia Maven modules are displayed.

Usage

See Resource Files app.