-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflexform.xml
50 lines (50 loc) · 2.15 KB
/
flexform.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<T3DataStructure>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>Optionen</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<headline>
<TCEforms>
<label>
LLL:EXT:mfc_linkbox/Resources/Private/Language/locallang.xml:label.pi_flexform.textboxHeadline
</label>
<config>
<type>input</type>
</config>
</TCEforms>
</headline>
<optional_content_above>
<TCEforms>
<label>
LLL:EXT:mfc_linkbox/Resources/Private/Language/locallang.xml:label.pi_flexform.textareaAbove
</label>
<config>
<type>text</type>
<cols>50</cols>
<rows>3</rows>
</config>
<defaultExtras>richtext[*]:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
</TCEforms>
</optional_content_above>
<what_to_display>
<TCEforms>
<label>
LLL:EXT:mfc_linkbox/Resources/Private/Language/locallang.xml:label.pi_flexform.textareaBelow
</label>
<config>
<type>text</type>
<cols>50</cols>
<rows>3</rows>
</config>
<defaultExtras>richtext[*]:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
</TCEforms>
</what_to_display>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>