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

                    <panels>
                        <section>1</section>
                        <type>array</type>
                        <label>Tous les Cliquer/Dérouler</label>
                        <config>
                            <type>array</type>
                        </config>
                        <el>
                            <panel>
                                <type>array</type>
                                <title>Nouveau Cliquer/Dérouler</title>
                                <el>

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

                                    <title>
                                        <label>Titre (cliquable)</label>
                                        <config>
                                            <type>input</type>
                                            <size>50</size>
                                        </config>
                                    </title>

                                    <heading>
                                        <label>Niveau de titre</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>

                                    <text>
                                        <label>Texte</label>
                                        <config>
                                            <type>text</type>
                                            <cols>100</cols>
                                            <rows>10</rows>
                                            <enableRichtext>1</enableRichtext>
                                            <richtextConfiguration>common</richtextConfiguration>
                                        </config>
                                    </text>

                                </el>
                            </panel>
                        </el>
                    </panels>

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