<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <ROOT type="array">
        <type>array</type>
        <el type="array">

            <bgcolor>
                <TCEforms>
                    <label>Hintergrund</label>
                    <config>
                        <type>radio</type>
                        <items type="array">
                            <numIndex index="0" type="array">
                                <numIndex index="0">Weiß</numIndex>
                                <numIndex index="1">bg-default</numIndex>
                            </numIndex>
                            <numIndex index="1" type="array">
                                <numIndex index="0">Grau</numIndex>
                                <numIndex index="1">bg-grey</numIndex>
                            </numIndex>
                            <numIndex index="2" type="array">
                                <numIndex index="0">Hintergrundbild/andere Farbe</numIndex>
                                <numIndex index="1">bg-image</numIndex>
                            </numIndex>
                        </items>
                    </config>
                </TCEforms>
            </bgcolor>
            <bgcustomcolor>
                <TCEforms>
                    <label>Hintergrund Farbe</label>
                    <displayCond>
                        <AND>
                            <numIndex>FIELD:bgcolor:=:bg-image</numIndex>
                        </AND>
                    </displayCond>
                    <config>
                        <type>input</type>
                        <size>20</size>
                        <max>30</max>
                        <eval>trim</eval>
                    </config>
                </TCEforms>
            </bgcustomcolor>
            <bgimage>
                <TCEforms>
                   <label>Hintergrundbild</label>
                    <displayCond>
                        <AND>
                            <numIndex>FIELD:bgcolor:=:bg-image</numIndex>
                        </AND>
                    </displayCond>
                    <config>
                        <type>group</type>
                        <internal_type>file</internal_type>
                        <allowed>gif, jpg,jpeg,png,csv</allowed>
                        <max_size>10000</max_size>
                        <uploadfolder>uploads/pics/</uploadfolder>
                        <maxitems>1</maxitems>
                        <size>1</size>
                        <show_thumbs>1</show_thumbs>
                        <selectedliststyle>Width:180px</selectedliststyle>
                    </config>
                </TCEforms>
            </bgimage>
            <sectionclass>
                <TCEforms>
                    <label>CSS-Klasse</label>
                    <config>
                        <type>input</type>
                        <size>30</size>
                        <eval>trim</eval>
                    </config>
                </TCEforms>
            </sectionclass>
            <wrapperclass>
                <TCEforms>
                    <label>Wrapper-Klasse</label>
                    <config>
                        <type>input</type>
                        <size>30</size>
                        <eval>trim</eval>
                    </config>
                </TCEforms>
            </wrapperclass>
        </el>
    </ROOT>
</T3DataStructure>