URI Mapping app
Edition |
Incubator (services) |
||
Issues |
|||
Git |
|||
Latest |
1.2.0
|
The URI Mapping App module provides a content app for creating Virtual URI mapping via the user interface instead of pure configuration. It is possible to activate/deactivate and publish the mappings.
|
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.uri.mapping</groupId>
<artifactId>magnolia-uri-mapping-app</artifactId>
<version>1.2.0</version>
</dependency>
Usage
The following are important points to consider:
-
It is not possible to define Uri mappings at the root level, so you must first create a folder.
-
It is not possible to edit or rename a Uri mapping while its active.
-
You can see the active state of the Uri mapping in the 'active' column.
-
To activate/deactivate the Uri mapping, use the corresponding Action from the Actionbar.
If you publish a active Uri mapping to the public server, the Uri mapping will automatically be activated in public. |