'section', 'id' => self::SECTION_ID, 'title' => __( 'Typography Settings', 'brandy' ), 'panel' => GeneralPanel::PANEL_ID, 'type' => 'brandy-section', 'description_hidden' => true, ); $configurations[] = array( 'configuration_type' => 'control', 'id' => self::SECTION_ID, 'label' => __( 'Typography Settings', 'brandy' ), 'section' => self::SECTION_ID, 'type' => 'brandy_settings', 'input_attrs' => array( 'value' => '', 'style' => 'display:none;', ), 'partial' => false, 'default' => TypographyService::get_default_settings(), 'transport' => 'postMessage', ); return $configurations; } public function print_global_css() { TypographyService::print_css(); } }