Virtual URI module
Developer productivity Bundled: Community edition
Download |
|
Edition |
CE |
License |
|
Issues |
|
Maven site |
|
Latest |
6.3.1 |
This module manages virtual URI mappings in Magnolia.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.core</groupId>
<artifactId>magnolia-virtual-uri</artifactId>
<version>6.3.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
Usage
See the Virtual URI mapping page.