Magnolia 6.1 reached end of life on March 31, 2021. This branch is no longer supported, see End-of-life policy.
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.
artifactID | |
---|---|
| Parent reactor. |
| Provides the API and the
tagfn
templating functions. |
| Provides UI components (such as actions and the tag-field) and the content-tags app. |
The module is bundled with the magnolia-dx-core-webapp
. All the other webapps and bundles inherit the module from this webapp (see preconfigured Magnolia bundles and webapps).
<dependency> <groupId>info.magnolia.contenttags</groupId> <artifactId>magnolia-content-tags-ui</artifactId> <version>1.2.1</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>1.2.1</version> </dependency>
tagfn
templating functions.