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

                    <picto>
                        <label>Pictogramme (SVG)</label>
                        <config>
                            <type>group</type>
                            <allowed>sys_file</allowed>
                            <maxitems>1</maxitems>
                        </config>
                    </picto>

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

                    <header>
                        <label>Niveau du titre</label>
                        <config>
                            <type>select</type>
                            <renderType>selectSingle</renderType>
                            <items>
                                <numIndex index="0">
                                    <label>Niveau 2</label>
                                    <value>h2</value>
                                </numIndex>
                                <numIndex index="1">
                                    <label>Niveau 3</label>
                                    <value>h3</value>
                                </numIndex>
                                <numIndex index="2">
                                    <label>Niveau 4</label>
                                    <value>h4</value>
                                </numIndex>
                                <numIndex index="3">
                                    <label>Niveau 5</label>
                                    <value>h5</value>
                                </numIndex>
                                <numIndex index="4">
                                    <label>Niveau 6</label>
                                    <value>h6</value>
                                </numIndex>
                            </items>
                        </config>
                    </header>

                    <text>
                        <label>Texte</label>
                        <config>
                            <type>text</type>
                            <cols>40</cols>
                            <rows>15</rows>
                            <enableRichtext>1</enableRichtext>
                            <richtextConfiguration>common</richtextConfiguration>
                        </config>
                    </text>

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