[ 'mode' => 'section_start', 'label' => esc_html__( 'Style', 'shopbuilder' ), ], 'typo' => [ 'mode' => 'group', 'type' => 'typography', 'label' => esc_html__( 'Typography', 'shopbuilder' ), 'selector' => $widget->selectors['typo'], ], 'align' => [ 'mode' => 'responsive', 'label' => esc_html__( 'Alignment', 'shopbuilder' ), 'type' => 'choose', 'options' => ControlHelper::alignment(), 'selectors' => [ $widget->selectors['align'] => 'text-align: {{VALUE}};', ], ], 'text_color' => [ 'label' => esc_html__( 'Text Color', 'shopbuilder' ), 'type' => 'color', 'default' => '', 'selectors' => [ $widget->selectors['text_color'] => 'color: {{VALUE}};', ], ], 'text_shadow' => [ 'mode' => 'group', 'type' => 'text-shadow', 'selector' => $widget->selectors['text_shadow'], ], 'section_style_end' => [ 'mode' => 'section_end', ], ]; return $fields; } }