]> _ Git - physioassist-wordpress.git/commitdiff
Fix #2223 @0.75
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 10 Sep 2018 15:30:57 +0000 (15:30 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 10 Sep 2018 15:30:57 +0000 (15:30 +0000)
wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ProfileGrid.php
wp-content/mu-plugins/physioassist/src/Elementor/Widgets/ResourceGrid.php
wp-content/mu-plugins/physioassist/src/Elementor/Widgets/VideoGallery.php

index 66669a784b0fafe091d3170438e9c7a6f5f3514f..1d3a52d2e89a5517e519cd3e331eb512a2637082 100644 (file)
@@ -87,6 +87,7 @@ class ProfileGrid extends Widget_Base {
                         'label' => __( 'Title', 'cube' ),
                         'type' => Controls_Manager::TEXT,
                         'label_block' => true,
+                        'default' => '',
                     ],
                     [
                         'name' => 'subtitle',
index 5f50093ea77ecc892d8989c4ca72f00602aa5505..9c6c38171323d6173f7abb87ca9d359c54a62133 100644 (file)
@@ -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
index fb72a6fb4db176711cbcfcf807ac3abb08f3c891..e7122c19a4079f8777cbca56b05e8af647305d8f 100644 (file)
@@ -100,6 +100,7 @@ class VideoGallery extends Widget_Base {
                         'label' => __( 'Title', 'cube' ),
                         'type' => Controls_Manager::TEXT,
                         'label_block' => true,
+                        'default' => '',
                     ],
                     [
                         'name' => 'details',