Content Tags module

Content management Bundled: DX Core

Edition DX Core

License

MLA

Issues

Maven site

Latest

3.0.0

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>3.0.0</version> (1)
</dependency>
1 Should you need to specify the module version, do it using <version>.
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> (1)
</dependency>
1 Should you need to specify the module version, do it using <version>.
Feedback

DX Core

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the DX Core docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules
6.3 beta
X

Magnolia 6.3 beta

Magnolia 6.3 is in beta. We are updating docs based on development and feedback. Consider the 6.3 docs currently in a state of progress and not final.

We are working on some 6.3-beta known issues during this phase.