'', 'css_suffix' => '', 'important' => true, ]; $components['typography'] = [ 'disabled_controls' => [ '.tve-advanced-controls', ], 'config' => [ 'FontSize' => $typography_defaults, 'FontColor' => $typography_defaults, 'LineHeight' => $typography_defaults, 'FontFace' => $typography_defaults, 'TextStyle' => $typography_defaults, 'LetterSpacing' => $typography_defaults, 'TextTransform' => $typography_defaults, ], ]; $components['layout']['disabled_controls'] = [ 'Alignment', 'Display', ]; return $components; } }