From e69d44254170cc4e5445612090e2217d61013cff Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 2 Jun 2025 14:37:40 +0200 Subject: [PATCH] =?utf8?q?wip=20#7575=20@1:30=20Suppression=20de=20la=20cl?= =?utf8?q?asse=20scheme/color=20d=C3=A9pr=C3=A9ci=C3=A9e=20dans=20la=20nou?= =?utf8?q?velle=20version=20de=20elementor?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../cube/src/Elementor/Widgets/FancyList.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php b/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php index dd12352..8722614 100644 --- a/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php +++ b/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php @@ -4,7 +4,6 @@ namespace Cube\Elementor\Widgets; use Elementor\Widget_Base; use Elementor\Controls_Manager; -use Elementor\Core\Schemes; use Elementor\Repeater; use function Roots\view; @@ -108,11 +107,7 @@ class FancyList extends Widget_Base { 'default' => '', 'selectors' => [ '{{WRAPPER}}' => 'background-color: {{VALUE}};', - ], - 'scheme' => [ - 'type' => Schemes\Color::get_type(), - 'value' => Schemes\Color::COLOR_3, - ], + ] ] ); @@ -124,11 +119,7 @@ class FancyList extends Widget_Base { 'default' => '', 'selectors' => [ '{{WRAPPER}}' => 'color: {{VALUE}};', - ], - 'scheme' => [ - 'type' => Schemes\Color::get_type(), - 'value' => Schemes\Color::COLOR_3, - ], + ] ] ); -- 2.39.5