1# Bullet List:
2# A single bullet list.
3#
4# CType: bullets
5
6tt_content.bullets =< lib.contentElement
7tt_content.bullets {
8    templateName = Bullets
9    dataProcessing {
10        10 = TYPO3\CMS\Frontend\DataProcessing\SplitProcessor
11        10 {
12            if {
13                value = 2
14                isLessThan.field = bullets_type
15            }
16            fieldName = bodytext
17            removeEmptyEntries = 1
18            as = bullets
19        }
20        20 = TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor
21        20 {
22            fieldName = bodytext
23            if {
24                value = 2
25                equals.field = bullets_type
26            }
27            fieldDelimiter = |
28            as = bullets
29        }
30    }
31    stdWrap {
32        editIcons = tt_content: header [header_layout], bodytext [bullets_type]
33        editIcons {
34            beforeLastTag = 1
35            iconTitle.data = LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets
36        }
37    }
38}
39