Versions Compared

Key

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

...

info.magnolia.module.categorization.support.CategorizationSupport (moved from STK with the release of Magnolia 5.4).

artifactID
magnolia-module-categorization-parentParent reactor.

info.magnolia.categorization

The main module containing the API, commands, the Categories app and the templating functions catfn .

magnolia-categorization-support

The submodule containing the interface

Javadoc resource link
className
renderTypeasynchronous

...

magnolia-categorization
Include Page
_Maven is the easiest way to install
_Maven is the easiest way to install
Artifact maven dependencies snippet
rangeHigherVersion2.7
groupIdinfo.magnolia.categorization
artifactId

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

magnolia-categorization depends on magnolia-categorization-support. It is sufficient to add the former to the pom file of your webapp. Include Page_Pre-built jars are also available_Pre-built jars are also available

...

Artifact resource link
rangeHigherVersion2.7
groupIdinfo.magnolia.categorization
artifactIdmagnolia-categorization
label$artifactId.jar
renderTypedownload_link
resourceTypeJAR

...

What is a category?

A category is a non-hierarchical keyword assigned to a piece of content. Categories help you describe and find content. Compared to building hierarchy, categorization is a "bottom-up" approach. You can classify your content in unlimited number of ways and there is no "wrong" choice. Instead of belonging to only one category, an item may belong to several.

...