Actions
Bug #18789
closedError with Sitemap->sitemap choose
Start date:
2008-05-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- ********
- CType: menu
- ********
When we choose core-feature Menu/Sitemap as content element and then choose in drop-down list "Sitemap" - on FE-page nothing showed.
Current:
tt_content.menu = COA
tt_content.menu {
...
# "Sitemap"
2 = HMENU
2.wrap = <div class="csc-menu csc-menu-2">|</div>
How resolve:
2 = HMENU
2.special = directory
2.special.value.field = pages
2.wrap = <div class="csc-menu csc-menu-2">|</div>
(issue imported from #M8413)
Actions