'Text', 'name' =>'text-mod', 'default_tab'=> 'customizer', 'tabs' => array( 'customizer'=>'Content', 'design'=>'Design', 'advanced' => 'Advanced' ), 'fields' => array( array( 'type' =>'text-editor', 'name' =>"content_title", 'label' =>'Content', 'tab' =>'customizer', 'default' =>'Write your content in Text Editor', 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>"font-size", 'label' =>'Font Size', 'tab' =>'design', 'default' =>'18px', 'content_type'=>'css', ), array( 'type' =>'color-picker', 'name' =>"text_color_picker", 'label' =>'Color', 'tab' =>'design', 'default' =>'#333', 'content_type'=>'css' ), array( 'type' =>'select', 'name' =>'align_type', 'label' =>"Align", 'tab' =>'design', 'default' =>'center', 'options_details'=>array( 'center' =>'Center', 'left' =>'Left', 'right' =>'Right', ), 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"margin_css", 'label' =>'Margin', 'tab' =>'advanced', 'default' => array( 'top'=>'20px', 'right'=>'0px', 'bottom'=>'20px', 'left'=>'0px', ), 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"padding_css", 'label' =>'Padding', 'tab' =>'advanced', 'default' =>array( 'left'=>'0px', 'right'=>'0px', 'top'=>'0px', 'bottom'=>'0px' ), 'content_type'=>'css', ), ), 'front_template'=> $output, 'front_css'=> $css, 'front_common_css'=>'', ); ?>