'', 'css_suffix' => '', 'important' => true, ]; $color_typography = [ 'css_suffix' => ' a.tve_s_link .tve_s_text', 'important' => true, ]; return array( 'social_share_button' => array( 'config' => array( 'NetworkColor' => array( 'config' => array( 'label' => __( 'Network Color', 'thrive-cb' ), ), 'extends' => 'ColorPicker', ), ), ), 'typography' => [ 'css_prefix' => '.tve_s_text ', 'config' => [ 'FontSize' => $typography_defaults, 'FontColor' => $color_typography, 'LineHeight' => $typography_defaults, 'FontFace' => $typography_defaults, 'TextStyle' => $typography_defaults, 'LetterSpacing' => $typography_defaults, 'TextTransform' => $typography_defaults, 'TextAlign' => $typography_defaults, ], ], 'styles-templates' => [ 'hidden' => true ], 'shadow' => [ 'config' => [ 'css_suffix' => '', 'important' => true, ], ], 'background' => array( 'config' => array( 'ColorPicker' => array( 'css_prefix' => tcb_selection_root() . ' .tve_social_items ' ), 'PreviewList' => array( 'css_prefix' => tcb_selection_root() . ' .tve_social_items ' ), ), ), 'borders' => [ 'config' => [ 'Borders' => [ 'important' => true, ], 'Corners' => [ 'important' => true, ], ], ], 'borders' => [ 'config' => [ 'Borders' => [ 'important' => true, ], 'Corners' => [ 'important' => true, ], ], ], 'animation' => [ 'disabled_controls' => [ '.btn-inline.anim-link', '.btn-inline.anim-popup' ], ], 'layout' => [ 'disabled_controls' => [ 'Alignment', 'Display' ], ], ); } }