← All changes
|
modules/atomic-widgets/elements/atomic-background-video/atomic-background-video.php
+2
-1
4.3.0-beta2
→
4.3.1
View file →
| @@ -67,9 +67,9 @@ | ||
| 67 | 67 | return esc_html__( 'Background Video', 'elementor' ); |
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | public function get_keywords() { |
| 71 | - return [ 'ato', 'atom', 'atoms', 'atomic', 'video', 'background', 'media' ]; | |
| 71 | + return [ 'ato', 'atom', 'atoms', 'atomic', 'video', 'background', 'bg', 'media', 'autoplay', 'hero', 'film', 'mp4' ]; | |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | public function get_icon() { |
| 75 | 75 | return 'eicon-background-video'; |
| @@ -150,8 +150,9 @@ | ||
| 150 | 150 | 'playing' => [ 'title' => esc_html__( 'Play', 'elementor' ) ], |
| 151 | 151 | 'paused' => [ 'title' => esc_html__( 'Pause', 'elementor' ) ], |
| 152 | 152 | ] ) |
| 153 | 153 | ->set_exclusive( true ) |
| 154 | + ->set_allow_empty( true ) | |
| 154 | 155 | ->set_convert_options( true ) |
| 155 | 156 | ->set_size( 'tiny' ) |
| 156 | 157 | ->set_full_width( true ), |
| 157 | 158 | ] ), |