<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <options>
            <ROOT>
                <TCEforms>
                    <sheetTitle>Options Slider</sheetTitle>
                </TCEforms>
                <type>array</type>
                <el>
                    <panels>
                        <title>Panneaux</title>
                        <type>array</type>
                        <section>1</section>
                        <el>
                            <panel>
                                <type>array</type>
                                <title>Article Slider</title>
                                <el>

                                    <subtitle>
                                        <label>Sur titre</label>
                                        <config>
                                            <type>input</type>
                                            <size>50</size>
                                        </config>
                                    </subtitle>

                                    <title>
                                        <label>Titre</label>
                                        <config>
                                            <type>input</type>
                                            <size>50</size>
                                        </config>
                                    </title>

                                    <teaser>
                                        <label>Teaser / Accroche</label>
                                        <config>
                                            <type>text</type>
                                            <cols>40</cols>
                                            <rows>5</rows>
                                        </config>
                                    </teaser>

                                    <image>
                                            <label>Image</label>
                                            <config>
                                                <type>link</type>
                                                <maxitems>1</maxitems>
                                                <allowed>jpg,jpeg,png,gif,webp</allowed>
                                                <appearance>
                                                    <createNewRelationLinkTitle>Ajouter une image</createNewRelationLinkTitle>
                                                    <showPossibleLocalizationRecords>1</showPossibleLocalizationRecords>
                                                    <showRemovedLocalizationRecords>1</showRemovedLocalizationRecords>
                                                    <showAllLocalizationLink>1</showAllLocalizationLink>
                                                    <showSynchronizationLink>1</showSynchronizationLink>
                                                </appearance>
                                            </config>
                                    </image>

                                    <link>
                                        <label>Lien</label>
                                        <config>
                                            <type>link</type>
                                            <allowedTypes>page,file,folder,url,email</allowedTypes>
                                        </config>
                                    </link>

                                    <text>
                                        <label>Texte riche (Optionnel)</label>
                                        <config>
                                            <type>text</type>
                                            <enableRichtext>1</enableRichtext>
                                        </config>
                                    </text>

                                    <titleStyle>
                                        <label>Style de titre</label>
                                        <config>
                                            <type>select</type>
                                            <renderType>selectSingle</renderType>
                                            <items>
                                                <numIndex index="0">
                                                    <label>Sources Sans Pro</label>
                                                    <value>0</value>
                                                </numIndex>
                                                <numIndex index="1">
                                                    <label>Krub</label>
                                                    <value>1</value>
                                                </numIndex>
                                                <numIndex index="2">
                                                    <label>Josefin Sans</label>
                                                    <value>2</value>
                                                </numIndex>
                                            </items>
                                        </config>
                                    </titleStyle>

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