-
Notifications
You must be signed in to change notification settings - Fork 0
/
flexform_ds.xml
43 lines (43 loc) · 1.4 KB
/
flexform_ds.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
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
<!-- <langChildren>1</langChildren>!-->
</meta>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:cablan_virtual_tt_news/locallang_tca.xml:cablan_virtual_tt_news.pi_flexform.sheet_general</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<categorySelection>
<TCEforms>
<label>LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.category_selection</label>
<config>
<type>select</type>
<form_type>user</form_type>
<userFunc>tx_ttnews_TCAform_selectTree->renderCategoryFields</userFunc>
<treeView>1</treeView>
<foreign_table>tt_news_cat</foreign_table>
<foreign_table_where>AND tt_news_cat.pid=###STORAGE_PID### ORDER BY tt_news_cat.sorting</foreign_table_where>
<size>1</size>
<autoSizeMax>10</autoSizeMax>
<minitems>0</minitems>
<maxitems>1</maxitems>
<itemsHeader>LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.itemsHeader</itemsHeader>
<items type="array">
<numIndex index="100">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.category_selection_notCategorized</numIndex>
<numIndex index="1">0</numIndex>
</numIndex>
</items>
<allowNonIdValues>1</allowNonIdValues>
</config>
</TCEforms>
</categorySelection>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>