How to enable tags

Enabling tag support for cms is simple:

  • Make sure tag module is installed
  • Change the way ContentMgr? classifies content in var/config/cms.ini, and ensure that it includes "tags"

Example:

[ContentMgr]
classification  = "categories,tags"

Tagging support for content & categories should be enabled at this point