Pages module
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
6.2.31 |
Available on SPA/Headless |
Yes |
The Pages module installs the Pages app that allows editors to editors to edit Web pages. See Authoring for more information about using the app.
For Single-page applications,
the magnolia-spa-rendering
submodule provides a dedicated SPA template definitions endpoint, which is used to deliver page, area and component template definitions.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-pages-app</artifactId>
<version>6.2.31</version>
</dependency>
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-pages-app-compatibility</artifactId>
<version>6.2.31</version>
</dependency>
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-pages-editor-widget</artifactId>
<version>6.2.31</version>
</dependency>
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-site-spa-rendering</artifactId>
<version>6.2.31</version>
</dependency>
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-spa-rendering</artifactId>
<version>6.2.31</version>
</dependency>