Content Tags module

Edition DX Core

License

MLA

Issues

CONTTAGS

Maven site

Content Tags

Latest

2.0.4

The Content Tags module makes content tagging possible. The module contains UI classes to enable tagging on content apps and provides tagfn templating functions to search for tagged content.

Module structure

artifactID

magnolia-content-tags-parent Parent reactor.

     magnolia-content-tags-core

Provides the API and the tagfn templating functions.

     magnolia-content-tags-ui

Installing with Maven

Maven is the easiest way to install the module. Add the following to your bundle:

<dependency>
  <groupId>info.magnolia.contenttags</groupId>
  <artifactId>magnolia-content-tags-ui</artifactId>
  <version>2.0.4</version>
</dependency>
It is sufficient to add magnolia-content-tags-ui only to the POM file of your webapp and let let Maven handle the dependency to magnolia-content-tags-core.
<dependency>
  <groupId>info.magnolia.contenttags</groupId>
  <artifactId>magnolia-content-tags-core</artifactId>
  <version>2.0.2</version>
</dependency>
Feedback