Project

General

Profile

Bug #97042 » FlexformExampleWorking.xml

Jessica Jagodzinski, 2022-02-25 12:23

 
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<sheets>
<exampleTab1>
<ROOT>
<TCEforms>
<sheetTitle>Tab 1</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<exampleSection>
<title>Example Section</title>
<section>1</section>
<type>array</type>
<el>
<container>
<title>Example Section Element</title>
<type>array</type>
<el>
<exampleInput>
<label>Example Input</label>
<config>
<type>input</type>
</config>
</exampleInput>
</el>
</container>
</el>
</exampleSection>
</el>
</ROOT>
</exampleTab1>
<exampleTab2>
<ROOT>
<TCEforms>
<sheetTitle>Tab 2</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<exampleSectionWithDifferentName>
<title>Example Section</title>
<section>1</section>
<type>array</type>
<el>
<container>
<title>Example Section Element</title>
<type>array</type>
<el>
<exampleInput>
<label>Example Input</label>
<config>
<type>input</type>
</config>
</exampleInput>
</el>
</container>
</el>
</exampleSectionWithDifferentName>
</el>
</ROOT>
</exampleTab2>
</sheets>
</T3DataStructure>
(2-2/2)