From 3e6ca82e190e6e3b582f217d5d67b928e1e14b4d Mon Sep 17 00:00:00 2001 From: Nurit Date: Tue, 24 Sep 2024 09:55:12 +0300 Subject: [PATCH] lint errors --- .../template-parts/classes/document-base.php | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/modules/template-parts/classes/document-base.php b/modules/template-parts/classes/document-base.php index 169dbf3e..f80ad444 100644 --- a/modules/template-parts/classes/document-base.php +++ b/modules/template-parts/classes/document-base.php @@ -50,23 +50,9 @@ public function get_css_wrapper_selector(): string { return '.ehp-' . $this->get_main_id(); } -// protected static function get_editor_panel_categories(): array { -// return [ Module::HELLO_PLUS_EDITOR_CATEGORY_SLUG ]; -// } - -// TODO: which controls do we need? - protected function register_controls() { - parent::register_controls(); - - Post::register_style_controls( $this ); - - $this->update_control( - 'section_page_style', - [ - 'label' => esc_html__( 'Style', 'elementor-pro' ), - ] - ); - } + // protected static function get_editor_panel_categories(): array { + // return [ Module::HELLO_PLUS_EDITOR_CATEGORY_SLUG ]; + // } protected function get_remote_library_config(): array { $config = parent::get_remote_library_config();