From 9562f0d6ff222bb64f5678a8dd28dcac0e3bc407 Mon Sep 17 00:00:00 2001 From: Francois Suter <francois@typo3.org> Date: Thu, 12 Dec 2013 21:50:31 +0100 Subject: [PATCH] [TASK] Update NEWS.md for system categories The following changes to system categories should be mentioned in NEWS.md: * activation by default on pages and tt_content tables * new menu types for categories-based menus Resolves: #54368 Releases: 6.2 Change-Id: I1ca95ea6354f52a68bd31cf284d6a103563190a4 Reviewed-on: https://review.typo3.org/26362 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0e2cf89e4b6b..cb2d7abbadd6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -104,3 +104,14 @@ Example: <img src="fileadmin/xxxx.jpg" alt="Alt-Attribute" /> and not <img src="fileadmin/xxxx.jpg" alt="Alt-Attribute" title="Alt-Attribute" /> + +### System categories + +* Activated by default + +Pages and content elements are now categorizable by default. + +* New menu types + +The "Special Menus" content element type now offers the possibility to display +a list of categorized pages or content elements. -- GitLab