<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <options>
            <ROOT>
                <sheetTitle>Commun à toutes les pages</sheetTitle>
                <type>array</type>
                <el>
                    <image>
                        <label>Logo principal</label>
                        <config>
                            <type>group</type>
                            <allowed>sys_file</allowed>
                            <maxitems>1</maxitems>
                        </config>
                    </image>

                    <imageSecond>
                        <label>Deuxième logo</label>
                        <config>
                            <type>group</type>
                            <allowed>sys_file</allowed>
                            <appearance>
                                <createNewRelationLinkTitle>Ajouter un fichier</createNewRelationLinkTitle>
                            </appearance>
                            <minitems>0</minitems>
                            <maxitems>1</maxitems>
                        </config>
                    </imageSecond>

                    <title>
                        <label>Titre</label>
                        <config>
                            <type>text</type>
                            <rows>5</rows>
                            <required>1</required>
                        </config>
                    </title>

                    <address>
                        <label>Adresse</label>
                        <config>
                            <type>text</type>
                            <rows>5</rows>
                        </config>
                    </address>

                    <contactlinktext>
                        <label>Titre du lien 'Nous contacter'</label>
                        <config>
                            <type>input</type>
                            <default>Nous contacter</default>
                        </config>
                    </contactlinktext>

                    <contactlink>
                        <label>Lien 'Nous contacter'</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>page,folder,url,email</allowedTypes>
                        </config>
                    </contactlink>

                    <contactez>
                        <label>Téléphone titre</label>
                        <config>
                            <type>input</type>
                            <default>Nous appeler</default>
                        </config>
                    </contactez>

                    <tel>
                        <label>Téléphone</label>
                        <config>
                            <type>input</type>
                        </config>
                    </tel>
                </el>
            </ROOT>
        </options>
    </sheets>
</T3DataStructure>
