Skip to content

Commit 4929432

Browse files
committed
video order
1 parent 26bc56e commit 4929432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
'label' => __( 'Video player', 'cloudinary' ),
3333
'description' => __( 'Which video player to use on all videos.', 'cloudinary' ),
3434
'type' => 'select',
35-
'default' => 'cld',
35+
'default' => 'wp',
3636
'choices' => array(
37-
'cld' => __( 'Cloudinary Player', 'cloudinary' ),
3837
'wp' => __( 'WordPress Player', 'cloudinary' ),
38+
'cld' => __( 'Cloudinary Player', 'cloudinary' ),
3939
),
4040
),
4141
'video_controls' => array(

0 commit comments

Comments
 (0)