tcb_selection_root( false ), 'css_suffix' => [ ' span', ' .tcb-editable-label', ' .tcb-plain-text' ] ); return [ 'layout' => [ 'disabled_controls' => [ 'Display', 'Alignment', '.tve-advanced-controls', 'Width', 'Height' ], ], 'typography' => [ 'disabled_controls' => [ '.tve-advanced-controls', '.typography-button-toggle-controls', 'TextAlign' ], 'config' => [ 'TextStyle' => $cfg, 'FontColor' => $cfg, 'FontFace' => $cfg, ], ], 'responsive' => [ 'hidden' => true, ], 'animation' => [ 'hidden' => true, ], ]; } public function hide() { return true; } }