From: stephen@cubedesigners.com Date: Mon, 10 Sep 2018 15:30:57 +0000 (+0000) Subject: Fix #2223 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8a9daf46a8afeae4d44572c80bb007d0fcc61278;p=physioassist-wordpress.git Fix #2223 @0.75 --- 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',