<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <options>
            <ROOT>
                <sheetTitle>[Commun] Social</sheetTitle>
                <type>array</type>
                <el>
                    <social>
                        <label>Titre</label>
                        <config>
                            <type>input</type>
                            <default>Sur les réseaux</default>
                            <size>50</size>
                        </config>
                    </social>

                    <facebook>
                        <label>Lien Facebook</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>url,page</allowedTypes>
                        </config>
                    </facebook>

                    <twitter>
                        <label>Lien Twitter</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>url,page</allowedTypes>
                        </config>
                    </twitter>

                    <youtube>
                        <label>Lien Youtube</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>url,page</allowedTypes>
                        </config>
                    </youtube>

                    <instagram>
                        <label>Lien Instagram</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>url,page</allowedTypes>
                        </config>
                    </instagram>

                    <whatsApp>
                        <label>Lien WhatsApp</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>url,page</allowedTypes>
                        </config>
                    </whatsApp>

                    <linkedin>
                        <label>Lien Linkedin</label>
                        <config>
                            <type>link</type>
                            <allowedTypes>url,page</allowedTypes>
                        </config>
                    </linkedin>

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