From 643ac448dbcbb8e6f3acdda86d0cf8bd22e885f4 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 27 Oct 2021 17:42:09 +0200 Subject: [PATCH] Add field definitions for feature grid widget (as used on Mirakl). WIP #3211 @0.25 --- src/Elementor/Translation.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Elementor/Translation.php b/src/Elementor/Translation.php index ce4bf20..d2da10f 100644 --- a/src/Elementor/Translation.php +++ b/src/Elementor/Translation.php @@ -192,6 +192,14 @@ class Translation 'caption' => self::TYPE_TEXT, ], ], + 'cube-feature-grid' => [ + 'items' => [ + 'title' => self::TYPE_TEXT, + 'content' => self::TYPE_HTML, + 'cta_text' => self::TYPE_TEXT, + 'cta_link.url' => self::TYPE_TEXT, + ], + ], ]; -- 2.39.5