Changes from Version 1 of Tags
- Timestamp:
- 01/05/09 22:47:04 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tags
v0 v1 1 = How to enable tags = 2 3 Enabling tag support for cms is simple: 4 5 * Make sure tag module is installed 6 * Change the way ContentMgr classifies content in var/config/cms.ini, and ensure that it includes "tags" 7 8 Example: 9 10 11 {{{ 12 [ContentMgr] 13 classification = "categories,tags" 14 }}} 15 16 Tagging support for content & categories should be enabled at this point
