<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <options>
            <ROOT>
                <sheetTitle>Accordéon container</sheetTitle>
                <type>array</type>
                <el>

                    <title>
                        <label>Titre du widget</label>
                        <config>
                            <type>input</type>
                            <size>50</size>
                            <required>1</required>
                        </config>
                    </title>

                    <isOpen>
                        <label>Déroulé par défaut</label>
                        <config>
                            <type>check</type>
                            <default>0</default>
                        </config>
                    </isOpen>

                    <heading>
                        <label>Niveau de titre du titre/bouton</label>
                        <config>
                            <type>select</type>
                            <renderType>selectSingle</renderType>
                            <items>
                                <numIndex index="0">
                                    <label>Niveau 2 (H2)</label>
                                    <value>h2</value>
                                </numIndex>
                                <numIndex index="1">
                                    <label>Niveau 3 (H3)</label>
                                    <value>h3</value>
                                </numIndex>
                                <numIndex index="2">
                                    <label>Niveau 4 (H4)</label>
                                    <value>h4</value>
                                </numIndex>
                                <numIndex index="3">
                                    <label>Niveau 5 (H5)</label>
                                    <value>h5</value>
                                </numIndex>
                                <numIndex index="4">
                                    <label>Niveau 6 (H6)</label>
                                    <value>h6</value>
                                </numIndex>
                            </items>
                        </config>
                    </heading>

                </el>
            </ROOT>
        </options>
    </sheets>
</T3DataStructure>
