You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Self-documenting array of AblePlayer attributes.
88
+
* Self-documenting array of AblePlayer attributes.
89
89
*
90
90
* @return array
91
91
*/
@@ -190,7 +190,7 @@ function able_player_parameters() {
190
190
'default' => '',
191
191
'description' => __( 'Allow keyboard shortcuts for controlling the player remotely within textarea form fields.', 'ableplayer' ),
192
192
'options' => array( 'true' ),
193
-
),
193
+
),
194
194
'start' => array(
195
195
'default' => '',
196
196
'description' => __( 'Time at which you want the media to start playing.', 'ableplayer' ),
@@ -199,16 +199,16 @@ function able_player_parameters() {
199
199
'transcript-div' => array(
200
200
'default' => '',
201
201
'description' => __( 'ID of a custom div in which to display an interactive transcript.', 'ableplayer' ),
202
-
),
202
+
),
203
203
'transcript-src' => array(
204
204
'default' => '',
205
205
'description' => __( 'ID of an external div that contains a pre-existing manually coded transcript. Able Player will parse this transcript and interact with it during playback', 'ableplayer' ),
206
-
),
206
+
),
207
207
'include-transcript' => array(
208
208
'default' => '',
209
209
'description' => __( 'Set to “false” to exclude transcript button from controller.', 'ableplayer' ),
210
210
'options' => array( 'true' ),
211
-
),
211
+
),
212
212
'transcript-title' => array(
213
213
'default' => '',
214
214
'description' => __( 'Override default transcript title (default is “Transcript”, or “Lyrics” if the data-lyrics-mode attribute is present)', 'ableplayer' ),
@@ -268,7 +268,7 @@ function able_player_parameters() {
268
268
'volume' => array(
269
269
'default' => '7',
270
270
'description' => __( 'Set the default volume from 0 to 10; default is 7 to avoid overpowering screen reader audio)', 'ableplayer' ),
0 commit comments