Live Copy module
Content management Unbundled: Extension Version 3.2.18 Magnolia 6.2.11+ compatible
Issues |
|||
Nexus |
|||
Latest |
3.2.18
|
||
Available on SPA/Headless |
Yes |
The Live Copy module helps you manage complex multisite installations that share similar content. It allows you to create live copies of master sites. You can then push any changes you make in the master to the live copy pages. You do not need to manually copy similar pages to multiple locations in order to perform updates.
Components and fields in components on live copy pages can be changed individually and protected from master content changes.
Transformers
For example, if you have a link field inside a composite field, the relink function only works if the composite field’s transformer class is |
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.livecopy</groupId>
<artifactId>magnolia-livecopy</artifactId>
<version>3.2.18</version>
</dependency>