steps.xml
1 |
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
---|---|
2 |
<T3DataStructure>
|
3 |
<meta type="array"> |
4 |
<langDisable>0</langDisable> |
5 |
<langChildren>1</langChildren> |
6 |
</meta>
|
7 |
<ROOT type="array"> |
8 |
<tx_templavoila type="array"> |
9 |
<title>ROOT</title> |
10 |
<description>Select the HTML element on the page which you want to be the overall container element for the template.</description> |
11 |
</tx_templavoila>
|
12 |
<type>array</type> |
13 |
<el type="array"> |
14 |
<field_title type="array"> |
15 |
<tx_templavoila type="array"> |
16 |
<title>TITLE OF THIS SET</title> |
17 |
<sample_data type="array"> |
18 |
<numIndex index="0"></numIndex> |
19 |
</sample_data>
|
20 |
<eType>input</eType> |
21 |
<proc type="array"> |
22 |
<HSC type="integer">1</HSC> |
23 |
</proc>
|
24 |
<TypoScript>
|
25 |
5 = TEXT |
26 |
5.data = register:tx_templavoila_pi1.parentRec.header |
27 |
</TypoScript>
|
28 |
</tx_templavoila>
|
29 |
</field_title>
|
30 |
<field_steps type="array"> |
31 |
<type>array</type> |
32 |
<section>1</section> |
33 |
<tx_templavoila type="array"> |
34 |
<title>Steps</title> |
35 |
<eType>input</eType> |
36 |
</tx_templavoila>
|
37 |
<el type="array"> |
38 |
<field_step type="array"> |
39 |
<type>array</type> |
40 |
<tx_templavoila type="array"> |
41 |
<title>Step</title> |
42 |
<eType>input</eType> |
43 |
</tx_templavoila>
|
44 |
<el type="array"> |
45 |
<field_header type="array"> |
46 |
<tx_templavoila type="array"> |
47 |
<title>Header</title> |
48 |
<sample_data type="array"> |
49 |
<numIndex index="0"></numIndex> |
50 |
</sample_data>
|
51 |
<eType>input</eType> |
52 |
<proc type="array"> |
53 |
<HSC type="integer">1</HSC> |
54 |
</proc>
|
55 |
</tx_templavoila>
|
56 |
<TCEforms type="array"> |
57 |
<config type="array"> |
58 |
<type>input</type> |
59 |
<size>48</size> |
60 |
<eval>trim</eval> |
61 |
</config>
|
62 |
<label>Header</label> |
63 |
</TCEforms>
|
64 |
</field_header>
|
65 |
<field_text type="array"> |
66 |
<tx_templavoila type="array"> |
67 |
<title>Text</title> |
68 |
<sample_data type="array"> |
69 |
<numIndex index="0"></numIndex> |
70 |
</sample_data>
|
71 |
<eType>rte</eType> |
72 |
<proc type="array"> |
73 |
<HSC type="integer">0</HSC> |
74 |
</proc>
|
75 |
<TypoScript><![CDATA[ |
76 |
|
77 |
10 = TEXT |
78 |
10.current = 1 |
79 |
10.parseFunc = < lib.parseFunc_RTE
|
80 |
]]></TypoScript> |
81 |
</tx_templavoila>
|
82 |
<TCEforms type="array"> |
83 |
<config type="array"> |
84 |
<type>text</type> |
85 |
<cols>48</cols> |
86 |
<rows>5</rows> |
87 |
<softref>typolink_tag,images,email[subst],url</softref> |
88 |
</config>
|
89 |
<defaultExtras>richtext:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras> |
90 |
<label>Text</label> |
91 |
</TCEforms>
|
92 |
</field_text>
|
93 |
</el>
|
94 |
</field_step>
|
95 |
</el>
|
96 |
</field_steps>
|
97 |
</el>
|
98 |
</ROOT>
|
99 |
</T3DataStructure>
|