Actions
Feature #15943
closedRender bullet lists (tt_content.bullets) with TypoScript
Start date:
2006-03-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The current way of implementing content elements with tt_content.bullets is too inflexible. It's done with a USER object, and you cannot easily change the rendering of the list elements because the LI-tags are hardcoded in PHP.
It would be much better if the whole thing was rendered using TypoScript. See the attached patch.
I've added an extra feature which adds different class attributes to odd and even list elements.
(issue imported from #M3055)
Files
Updated by Ernesto Baschny over 18 years ago
Unfortunately this is too late for 4.0 release (RC1 started the feature freezed state). You might want to resubmit this when we are heading for 4.1 or later release.
Actions