Pages module
Content management Bundled: Community edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
6.3.1 |
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.3.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-pages-app-compatibility</artifactId>
<version>6.3.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-pages-editor-widget</artifactId>
<version>6.3.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-site-spa-rendering</artifactId>
<version>6.3.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-spa-rendering</artifactId>
<version>6.3.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |