{{button_txt}}'; return array( 'label' =>'Button', 'name' =>'button', 'fields'=> array( array( 'type' => 'text', 'name' => 'button_txt', 'label' => 'Button Text', 'default' => 'Click Here' ), array( 'type' => 'text', 'name' => 'button_link', 'label' => 'Button Link', 'default' => '#' ), array( 'type' => 'text', 'name' => 'css_class', 'label' => 'Custom CSS Class', 'default' => '' ) ), 'front_template'=>$output ); ?>