<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <options>
            <ROOT>
                <sheetTitle>[Accueil] Utile</sheetTitle>
                <type>array</type>
                <el>

                    <title>
                        <label>Titre du widget</label>
                        <config>
                            <type>input</type>
                            <default>Accès rapides</default>
                            <eval>required</eval> <size>50</size>
                        </config>
                    </title>

                    <sectionsLimit>
                        <label>Limit (System)</label>
                        <config>
                            <type>passthrough</type>
                        </config>
                    </sectionsLimit>

                    <panels>
                        <section>1</section>
                        <type>array</type>
                        <label>Tous des accès rapides</label>
                        <config>
                            <type>array</type>
                        </config>
                        <el>
                            <panel>
                                <type>array</type>
                                <title>Ajouter un accès rapide</title>
                                <el>

                                    <title>
                                        <label>Titre de l’accès</label>
                                        <config>
                                            <type>input</type>
                                            <size>50</size>
                                        </config>
                                    </title>

                                    <image>
                                        <label>Pictogramme (Chemin du fichier)</label>
                                        <config>
                                            <type>link</type>
                                            <allowedTypes>file</allowedTypes>
                                            <appearance>
                                                <allowedFileExtensions>jpg,jpeg,png,gif,svg</allowedFileExtensions>
                                            </appearance>
                                        </config>
                                    </image>

                                    <subtitle>
                                        <label>Sous-titre</label>
                                        <config>
                                            <type>input</type>
                                            <size>50</size>
                                        </config>
                                    </subtitle>

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

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

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