From 8a9daf46a8afeae4d44572c80bb007d0fcc61278 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 10 Sep 2018 15:30:57 +0000 Subject: [PATCH] Fix #2223 @0.75 --- .../physioassist/src/Elementor/Widgets/ProfileGrid.php | 1 + .../physioassist/src/Elementor/Widgets/ResourceGrid.php | 1 + .../physioassist/src/Elementor/Widgets/VideoGallery.php | 1 + 3 files changed, 3 insertions(+) diff --git a/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ProfileGrid.php b/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ProfileGrid.php index 66669a78..1d3a52d2 100644 --- a/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ProfileGrid.php +++ b/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ProfileGrid.php @@ -87,6 +87,7 @@ class ProfileGrid extends Widget_Base { 'label' => __( 'Title', 'cube' ), 'type' => Controls_Manager::TEXT, 'label_block' => true, + 'default' => '', ], [ 'name' => 'subtitle', diff --git a/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ResourceGrid.php b/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ResourceGrid.php index 5f50093e..9c6c3817 100644 --- a/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ResourceGrid.php +++ b/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ResourceGrid.php @@ -78,6 +78,7 @@ class ResourceGrid extends Widget_Base { 'label' => __( 'Title', 'cube' ), 'type' => Controls_Manager::TEXT, 'label_block' => true, + 'default' => '', ], // Todo: revisit this to see if we can have a more user-friendly file control diff --git a/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/VideoGallery.php b/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/VideoGallery.php index fb72a6fb..e7122c19 100644 --- a/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/VideoGallery.php +++ b/wp-content/mu-plugins/physioassist/src/Elementor/Widgets/VideoGallery.php @@ -100,6 +100,7 @@ class VideoGallery extends Widget_Base { 'label' => __( 'Title', 'cube' ), 'type' => Controls_Manager::TEXT, 'label_block' => true, + 'default' => '', ], [ 'name' => 'details', -- 2.39.5