We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2c65b commit 179369eCopy full SHA for 179369e
ui-definitions/settings-video.php
@@ -85,7 +85,7 @@
85
'default' => '500',
86
'suffix' => 'k',
87
'condition' => array(
88
- 'video_limit_bitrate' => 'on',
+ 'video_limit_bitrate' => true,
89
),
90
'attributes' => array(
91
'data-context' => 'video',
@@ -113,7 +113,7 @@
113
'title' => __( 'Advanced optimization', 'cloudinary' ),
114
'collapsible' => 'open',
115
116
- 'video_optimization' => 'on',
+ 'video_optimization' => true,
117
118
array(
119
'type' => 'select',
0 commit comments