{{text_title}}

{{text_description}}

'; return array( 'label' =>'Blurb', 'name' =>'blurb', 'fields'=> array( array( 'type' =>'text', 'name' =>"text_title", 'label' =>"Title", 'default' =>'Heart Of The Landing Page', ), array( 'type' =>'textarea', 'name' =>"text_description", 'label' =>"Description", 'default' =>'This is a sample text which is being used for the dummy purpose to avoid confusion.', ), array( 'type' =>'upload', 'name' =>"blurb_image", 'label' =>"Image", 'default' =>'http://i.imgur.com/5nPXqZG.png', ), array( 'type' =>'text', 'name' =>"img_width", 'label' =>"Image Width", 'default' =>'80px' ), array( 'type' =>'text', 'name' =>"img_height", 'label' =>"Image Height", 'default' =>'80px' ), array( 'type' => 'text', 'name' => 'css_class', 'label' => 'Custom CSS Class', 'default' => '' ) ), 'front_template'=> $output ); ?>