=0 i i0Ph@PhPPh`PhpPhPhPhPhPhPhPhPhPhQhQh Qh0Qh@QhPQh`QhpQhQhQhQhQhQhQhQhQhh521c81914afe5d92ad5ccc954857d5.debug,=j.shstrtab.note.gnu.property.note.gnu.build-id.note.ABI-tag.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_d.gnu.version_r.rela.dyn.rela.plt.init.plt.got.plt.sec.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.dynamic.got.plt.data.bss.gnu_debuglink  $1 ?o\I ppQ``Yo  Tfop p 8uo @ B     2 "$ $ d xC##=-=-=-?/(@0A1 A114<1 ettingsManager::TAB_GENERAL, 'transport' => 'post' . $this->get_class_const( 'COMPONENT_ID' ), 'sanitize_callback' => 'wp_kses_post', 'default' => get_theme_mod( 'neve_top_bar_content', '' ), 'label' => __( 'HTML', 'neve' ), 'description' => __( 'Arbitrary HTML code. It supports also shortcodes.', 'neve' ), 'type' => '\Neve\Customizer\Controls\React\Rich_Text', 'section' => $this->section, 'options' => array( 'input_attrs' => array( 'toolbars' => array( 'toolbar1' => 'formatselect,styleselect,bold,italic,bullist,numlist,link,alignleft,aligncenter,alignright,wp_adv', 'toolbar2' => 'strikethrough,hr,forecolor,pastetext,removeformat,charmap,outdent,indent', ), 'allowedDynamicFields' => array( 'string', 'url' ), ), ), 'conditional_header' => $this->get_builder_id() === 'header', ] ); SettingsManager::get_instance()->add( [ 'id' => self::COLOR_ID, 'group' => $this->get_class_const( 'COMPONENT_ID' ), 'tab' => SettingsManager::TAB_STYLE, 'transport' => 'postMessage', 'sanitize_callback' => 'neve_sanitize_colors', 'label' => __( 'Text Color', 'neve' ), 'type' => 'neve_color_control', 'section' => $this->section, 'live_refresh_selector' => true, 'live_refresh_css_prop' => [ 'cssVar' => [ 'vars' => '--color', 'selector' => '.builder-item--' . $this->get_id(), ], [ 'selector' => $this->default_typography_selector . ', ' . $this->default_typography_selector . ' *:not(a)', 'prop' => 'color', 'fallback' => 'inherit', ], ], 'conditional_header' => $this->get_builder_id() === 'header', ] ); } /** * Method to add Component css styles. * * @param array $css_array An array containing css rules. * * @return array * @since 1.0.0 * @access public */ public function add_style( array $css_array = array() ) { $css_array[] = [ Dynamic_Selector::KEY_SELECTOR => '.builder-item--' . $this->get_id(), Dynamic_Selector::KEY_RULES => [ '--color' => [ Dynamic_Selector::META_KEY => $this->get_id() . '_' . self::COLOR_ID, Dynamic_Selector::META_DEFAULT => SettingsManager::get_instance()->get_default( $this->get_id() . '_' . self::COLOR_ID ), ], ], ]; return parent::add_style( $css_array ); } /** * The render method for the component. * * @since 1.0.0 * @access public */ public function render_component() { Main::get_instance()->load( 'components/component-html' ); } }