Pages module
Content management Bundled: Community Edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
6.2.39 |
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
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement>
section and your webapp’s <dependencies>
section.
If the module is unbundled but the parent POM manages the version, add the following to your webapp’s <dependencies>
section.
<dependency>
<groupId>info.magnolia.pages</groupId>
<artifactId>magnolia-pages-app</artifactId>
<version>6.2.39</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.2.39</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.2.39</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.2.39</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.2.39</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |