<?php
return array( 'title' => 'Feed title',
              'link'  => array( array( 'href' => 'Feed link' ) ),
              'description' => 'Feed description',
              'textInput' => array( array( 'title' => 'TextInput title',
                                           'description' => 'TextInput description',
                                           'name' => 'TextInput name' ) ),
            );
?>
