-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflexform_main.xml
86 lines (79 loc) · 3.34 KB
/
flexform_main.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<sDEF>
<ROOT>
<sheetTitle>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.tab.common</sheetTitle>
<type>array</type>
<el>
<action> <!-- Bezeichner ist frei wählbar -->
<exclude>1</exclude>
<label>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.action</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="1001" type="array">
<numIndex index="0">LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.action.gemnericlist</numIndex>
<numIndex index="1">tx_mklib_action_GenericList</numIndex>
</numIndex>
</items>
<multiple>0</multiple>
<maxitems>10</maxitems>
<size>20</size>
</config>
</action>
<qualifier>
<exclude>1</exclude>
<label>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.qualifier</label>
<config>
<type>input</type>
<size>50</size>
<max>256</max>
<eval>trim</eval>
<default>mklib</default>
</config>
</qualifier>
</el>
</ROOT>
</sDEF>
<s_genericlist>
<ROOT>
<sheetTitle>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.action.gemnericlist</sheetTitle>
<type>array</type>
<el>
<genericlist.extendedConfId>
<exclude>1</exclude>
<label>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.action.genericlist.extendedConfId</label>
<config>
<type>input</type>
<size>50</size>
<max>256</max>
<eval>trim</eval>
<default>default</default>
</config>
</genericlist.extendedConfId>
</el>
</ROOT>
</s_genericlist>
<s_tssetup>
<ROOT>
<sheetTitle>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.tab.TSSetup</sheetTitle>
<type>array</type>
<el>
<flexformTS>
<exclude>1</exclude>
<label>LLL:EXT:mklib/locallang_db.xlf:plugin.mklib.flexform.tssetup</label>
<config>
<type>text</type>
<cols>80</cols>
<rows>10</rows>
</config>
</flexformTS>
</el>
</ROOT>
</s_tssetup>
</sheets>
</T3DataStructure>