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 | |
---|---|
| 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. |
Installing
The module is bundled with the magnolia-enterprise-pro-webapp
. All the other webapps and bundles inherit the module from this webapp (see preconfigured Magnolia bundles and webapps).
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>1.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.1</version> </dependency>
Pre-built jars are also available for download. See Installing a module for help.
Further reading
- Learn how to enable content tags for a content app.
- Get familiar with the
tagfn
templating functions.
Overview
Content Tools
Apps
Activity