Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2817

...

If you want to use the example Magnolia implementation – the Stories app – add this dependency to your webapp: Artifact maven dependencies snippetrangeHigherVersion1.3groupIdinfo.magnolia.editoromitVersiontrueartifactIdstories-app

Code Block
<dependency>
  <groupId>info.magnolia.editor</groupId>
  <artifactId>stories-app</artifactId>
</dependency>

If you want to build your own custom implementation, add this dependency to your module: Artifact maven dependencies snippetrangeHigherVersion1.3groupIdinfo.magnolia.editorartifactIdmagnolia-content-editor

Code Block
<dependency>
  <groupId>info.magnolia.editor</groupId>
  <artifactId>magnolia-content-editor</artifactId>
</dependency>

If you intent to build custom blocks, add this dependency to your module:

Artifact maven dependencies snippet
rangeHigherVersion1.3
groupIdinfo.magnolia.block
omitVersiontrue
artifactIdmagnolia-block-templating

Code Block
<dependency>
  <groupId>info.magnolia.block</groupId>
  <artifactId>magnolia-block-templating</artifactId>
</dependency>

Maven dependency management Maven dependency management will include the other required content-editor submodules. Make sure use for all dependencies the same version. The latest version of the module is  Artifact resource link

rangeHigherVersion1.3
groupIdinfo.magnolia.editor
artifactIdcontent-editor-parent
label$version
renderTypedisplay_only
resourceTypeJAR
Include Page_Pre-built jars are also available_Pre-built jars are also available

  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia.editor
    artifactIdmagnolia-content-editor
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR
  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia.editor
    artifactIdmagnolia-content-editor-widgetset
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR
  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia.editor
    artifactIdstories-app
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR
  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia.articleeditor
    artifactIdarticle-editor
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR
  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia.block
    artifactIdmagnolia-block-api
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR
  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia.block
    artifactIdmagnolia-block-templating
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR
  • Artifact resource link
    rangeHigherVersion1.3
    groupIdinfo.magnolia
    artifactIdmagnolia-link-unfurl
    label$artifactId.jar
    renderTypedownload_link
    resourceTypeJAR

Content editor modules in Magnolia webapps and bundles

Preconfigured Magnolia EE bundles or webapps , such as

Artifact resource link
rangeHigherVersion6.0
groupIdinfo.magnolia.eebundle
artifactIdmagnolia-enterprise-pro-demo-bundle
renderTypedownload_link
resourceTypeZIP
or
Artifact resource link
rangeHigherVersion6.0
groupIdinfo.magnolia.eebundle
artifactIdmagnolia-enterprise-pro-demo-webapp
renderTypedownload_link
resourceTypeWAR
for example, already contain the following six submodules:

...