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

                    <titre>
                        <label>Titre du module</label>
                        <config>
                            <type>input</type>
                            <size>50</size>
                        </config>
                    </titre>

                    <thematique>
                        <label>Thématique</label>
                        <config>
                            <type>input</type>
                            <size>50</size>
                        </config>
                    </thematique>

                    <title>
                        <label>Titre de la démarche</label>
                        <config>
                            <type>input</type>
                            <size>50</size>
                        </config>
                    </title>

                    <chapo>
                        <label>Chapô</label>
                        <config>
                            <type>text</type>
                            <cols>40</cols>
                            <rows>5</rows>
                        </config>
                    </chapo>

                    <image>
                        <label>Image</label>
                        <config>
                            <type>group</type>
                            <maxitems>1</maxitems>
                            <allowed>sys_file</allowed>
                        </config>
                    </image>

                    <service>
                        <label>Accéder au service</label>
                        <config>
                            <type>input</type>
                            <size>50</size>
                        </config>
                    </service>

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

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