[ 'config' => [ 'FontColor' => [ 'css_suffix' => $suffix, 'important' => true, ], 'TextAlign' => [ 'css_suffix' => $suffix, 'css_prefix' => $prefix_config, 'important' => true, ], 'FontSize' => [ 'css_suffix' => $suffix, 'important' => true, ], 'TextStyle' => [ 'css_suffix' => $suffix, 'css_prefix' => $prefix_config, 'important' => true, ], 'LineHeight' => [ 'css_suffix' => $suffix, 'important' => true, ], 'FontFace' => [ 'css_suffix' => $suffix, 'important' => true, ], 'LetterSpacing' => [ 'css_suffix' => $suffix, 'css_prefix' => $prefix_config, 'important' => true, ], 'TextTransform' => [ 'css_suffix' => $suffix, 'css_prefix' => $prefix_config, 'important' => true, ], ], ], 'layout' => [ 'disabled_controls' => [ 'margin', '.tve-advanced-controls', 'Alignment', 'Display', ], ], 'animation' => [ 'hidden' => true, ], 'styles-templates' => [ 'hidden' => true ], 'responsive' => [ 'hidden' => true ], ]; } }