From: Stephen Cameron Date: Wed, 27 Oct 2021 15:42:09 +0000 (+0200) Subject: Add field definitions for feature grid widget (as used on Mirakl). WIP #3211 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=cube-wp-translate.git Add field definitions for feature grid widget (as used on Mirakl). WIP #3211 @0.25 --- 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, + ], + ], ];