=>'Icon Color', 'tab' =>'design', 'default' =>'#fff', 'content_type'=>'css' ), array( 'type' =>'color-picker', 'name' =>"bg_color_picker", 'label' =>'Icon Background', 'tab' =>'design', 'default' =>'#43c45d', 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"ic_margin_gap", 'label' =>'Icon Gapping', 'tab' =>'design', 'default' => array( 'top'=>'0px', 'right'=>'0px', 'bottom'=>'30px', 'left'=>'0px', ), 'content_type'=>'css', ), array( 'type' =>'text', 'name' =>"text-size", 'label' =>'Heading Font Size', 'tab' =>'design', 'default' =>'26px', 'content_type'=>'css' ), array( 'type' =>'select', 'name' =>'fnt_wght', 'label' =>"Heading Font Weight", 'tab' =>'design', 'default' =>'500', 'options_details'=>array( '300' =>'Light', '400' =>'Regular', '500' =>'Medium', '600' =>'Semi Bold', '700' =>'Bold', ), 'content_type'=>'css', ), array( 'type' =>'color-picker', 'name' =>"font_color_picker", 'label' =>'Heading Color', 'tab' =>'design', 'default' =>'#222222', 'content_type'=>'css' ), array( 'type' =>'color-picker', 'name' =>"des_color", 'label' =>'Description Color', 'tab' =>'design', 'default' =>'#555', 'content_type'=>'css' ), array( 'type' =>'color-picker', 'name' =>"bg_color", 'label' =>'Background Color', 'tab' =>'design', 'default' =>'#f4f4f4', 'content_type'=>'css' ), array( 'type' =>'spacing', 'name' =>"mrgn_css", 'label' =>'Content Gapping', 'tab' =>'design', 'default' =>array( 'left'=>'0px', 'right'=>'0px', 'top'=>'15px', 'bottom'=>'0px' ), 'content_type'=>'css', ), array( 'type' =>'checkbox_bool', 'name' =>"check_for_bdr", 'label' => 'Border', 'tab' =>'design', 'default' =>0, 'options' =>array( array( 'label'=>'Yes', 'value'=>1, ) ), 'content_type'=>'html', ), array( 'type' =>'color-picker', 'name' =>"bdr_color", 'label' =>'Border Color', 'tab' =>'design', 'default' =>'#ccc', 'content_type'=>'css', 'required' => array('check_for_bdr'=>'1'), ), 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' =>'checkbox_bool', 'name' =>"check_for_border", 'label' => 'Icon Border', 'tab' =>'design', 'default' =>0, 'options' =>array( array( 'label'=>'Yes', 'value'=>1, ) ), 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>"border_width", 'label' =>'Border Width', 'tab' =>'design', 'default' =>'3px', 'content_type'=>'css', 'required' => array('check_for_border'=>'1'), ), array( 'type' =>'color-picker', 'name' =>"border_color", 'label' =>'Border Color', 'tab' =>'design', 'default' =>'#fff', 'content_type'=>'css', 'required' => array('check_for_border'=>'1'), ), array( 'type' =>'select', 'name' =>'dsgn_clmns', 'label' =>"DIfferent Designs by Columns", 'tab' =>'design', 'default' =>'3_col', 'options_details'=>array( '2_col' =>'2 Columns', '3_col' =>'3 Columns', '4_col' =>'4 Columns', ), 'content_type'=>'css', 'required' => array('blurb_layout_type'=>'1'), ), array( 'type' =>'spacing', 'name' =>"margin_gpg", 'label' =>'Margin', 'tab' =>'design', 'default' => array( 'top'=>'0', 'right'=>'3%', 'bottom'=>'3%', 'left'=>'0', ), 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"padding_gpg", 'label' =>'Padding', 'tab' =>'design', 'default' =>array( 'left'=>'30px', 'right'=>'30px', 'top'=>'50px', 'bottom'=>'50px' ), 'content_type'=>'css', ), array( 'type' =>'text', 'name' =>"id", 'label' =>'ID', 'tab' =>'advanced', 'default' =>'', 'content_type'=>'html' ), array( 'type' =>'text', 'name' =>"user_class", 'label' =>'Class', 'tab' =>'advanced', 'default' =>'', 'content_type'=>'html' ), 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_common_css'=>$commonCss, 'front_template'=> $output, 'front_css'=> $css, 'front_common_css'=>'', 'repeater'=>array( 'tab'=>'customizer', 'fields'=>array( array( 'type' =>'icon-selector', 'name' =>"icon-picker", 'label' =>'Icon', 'tab' =>'customizer', 'default' =>'check_circle', 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>"content_title", 'label' =>'Heading', 'tab' =>'customizer', 'default' =>'Heading', 'content_type'=>'html', ), array( 'type' =>'select', 'name' =>'blurb_head_type', 'label' => esc_html__('Header Type', 'accelerated-mobile-pages'), 'tab' =>'customizer', 'default' =>'h3', 'options_details'=>array( 'h1' =>'H1', 'h2' =>'H2', 'h3' =>'H3', 'h4' =>'H4', 'h5' =>'H5', 'h6' =>'H6', ), 'content_type'=>'html', ), array( 'type' =>'text-editor', 'name' =>"content", 'label' =>'Content', 'tab' =>'customizer', 'default' =>'Description', 'content_type'=>'html', ), ), 'front_template'=> '{{if_condition_blurb_layout_type==1}}
<{{blurb_head_type}} class="blurb-txt">{{content_title}} {{content}}
{{ifend_condition_blurb_layout_type_1}} ' ), ); ?>