['style']['send_button_section']['has_typography'] = false; return $config; } public function get_name(): string { return 'contact-buttons-var-8'; } public function get_title(): string { return esc_html__( 'Resource Box', 'elementor-pro' ); } protected function add_content_tab(): void { $this->add_chat_button_section(); $this->add_top_bar_section(); $this->add_contact_section(); } protected function add_style_tab(): void { $this->add_style_chat_button_section(); $this->add_style_top_bar_section(); $this->add_style_resource_links_section(); $this->add_style_chat_box_section(); } public function render(): void { $render_strategy = new Contact_Buttons_Var_8_Render( $this ); $render_strategy->render(); } }