<?xml version="1.0" ?>
<template xmlns="http://schemas.sulu.io/template/template"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://schemas.sulu.io/template/template http://schemas.sulu.io/template/template-1.0.xsd">

    <key>about_section</key>

    <meta>
        <title lang="en">About Section</title>
        <title lang="de">About Section</title>
    </meta>

    <properties>
        <property name="headline_start" type="text_line" mandatory="true">
            <meta>
                <title lang="en">Headline Start</title>
                <info_text lang="en">
                    The first part of the headline for the about section.
                </info_text>
            </meta>
            <params>
                <param name="max_length" value="100"/>
            </params>
        </property>

        <property name="headline_end" type="text_line" mandatory="true">
            <meta>
                <title lang="en">Headline End</title>
                <info_text lang="en">
                    The second part of the headline for the about section.
                </info_text>
            </meta>
            <params>
                <param name="max_length" value="100"/>
            </params>
        </property>

        <block name="blocks" default-type="custom_paragraph" minOccurs="0"> 
            <params>
                <param name="add_button_text">
                    <meta>
                        <title lang="en">Add Paragraph</title>
                        <title lang="de">Neuen Inhalt hinzufügen</title>
                    </meta>
                </param>
            </params>           
            <types>
                <type ref="custom_paragraph" />
            </types>
        </block>       
    </properties>
</template>