Installation
As often, there are multiple ways to Rome. Therefore, we don't attempt to cover them all. Instead, we focus on the bare minimum to get it running in some way. For example, you may not choose to use a CDN to link CSS or Javascript and opt for a build system or a completely different approach. This decision is up to you; we will not provide recommendations for it.
Download
Simple download the package magnolia-central and add it as any other light module in your light modules folder or in your maven directory under /src/main/resources. If you want to use components which are labeled as maven components you have a dependency to a custom java class which is included but you don't have the change to get it running without a maven setup. To get this module please fill out the form.
Magnolia Dependencies
If you are using 6.2 you have to install the JS Fields Module as a prerequisite.
<dependency>
<groupId>info.magnolia.ui</groupId>
<artifactId>magnolia-ui-framework-javascript</artifactId>
<version>2.0.7</version>
</dependency>
Component Availability
To use the component add the component availability in your page and/or prototype configuration. We offere a full list of possible availabilities here.
Contact the author