Skip to content

Commit 6faac36

Browse files
authored
Merge pull request #135 from cloudinary/fix/parse-error-in-settings
Fix/parse error in settings
2 parents 1f970b7 + 0bfa56f commit 6faac36

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/ui-definitions/tabs/settings-global-video-transformations.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@
4848
),
4949
),
5050
'video_autoplay_mode' => array(
51-
'label' => null,
52-
'prefix' => __( 'Autoplay:', 'cloudinary' ),
53-
'type' => 'select',
54-
'default' => 'never',
55-
'choices' => array(
51+
'label' => null,
52+
'prefix' => __( 'Autoplay:', 'cloudinary' ),
53+
'type' => 'select',
54+
'default' => 'never',
55+
'choices' => array(
5656
'off' => __( 'Off', 'cloudinary' ),
5757
'always' => __( 'Always', 'cloudinary' ),
5858
'on-scroll' => __( 'On-Scroll (Autoplay when in view)', 'cloudinary' ),
5959
),
60-
'condition' => array(
60+
'condition' => array(
6161
'video_player' => 'cld',
6262
),
63-
'description' => sprintf(
63+
'description' => sprintf(
6464
// translators: Placeholders are <a> tags.
6565
__( 'Please note that when choosing "always", the video will autoplay without sound (muted). This is a built-in browser feature and applies to all major browsers.%1$sRead more about muted autoplay%2$s', 'cloudinary' ),
6666
'<br><a href="https://developers.google.com/web/updates/2016/07/autoplay" target="_blank">',
67-
'</a>',
67+
'</a>'
6868
),
6969
),
7070

0 commit comments

Comments
 (0)