Skip to content

Commit c35c85d

Browse files
Completed requested changes
1 parent ea53e6d commit c35c85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/1.docs/7.options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Configurable buttons:
528528
| Name | Notes |
529529
| ------------- | ------------- |
530530
| `playPause`<br />`play`<br />`pause` | `playPause` is an alias for two buttons named `play` and `pause`.<br /><br />Setting the visible attribute of `playPause` will set the visibility of `play` and `pause`, however `icon`, `displayName`, and `callback` need be configured individually for the `play` and `pause` buttons if different behaviour is required. |
531-
| `restart | |
531+
| `restart` | |
532532
| `mute`<br />`unmute` | `mute` is an alias for two buttons named `mute` and `unmute`.<br /><br />Setting the visible attribute of `mute` will also set the visibility of `unmute`. The `icon`, `displayName` and `callback` attributes should be configured for `unmute` if different behaviour is required. |
533533
| `settings` | |
534534
| `fullscreen`<br />`enterFullscreen`<br />`exitFullscreen` | `fullscreen` is an alias for two buttons named `enterFullscreen` and `exitFullscreen`.<br /><br />Setting the visible attribute of `fullscreen` will set the visibility of `enterFullscreen` and `exitFullscreen`, however `icon`, `displayName`, and `callback` will need to be configured individually for the `enterFullscreen` and `exitFullscreen` buttons if different behaviour is required. |
@@ -566,7 +566,7 @@ Custom buttons can be added by adding button elements with a unique name that's
566566

567567
::alert{type="info"}
568568
::list{type="info"}
569-
- Note that while the displayName value is localized using the EJS language files, if a displayName is used that's not available it will be displayed as provided. It is up to the developer to provide localized displayNames.
569+
- Note that while the `displayName` value is localized using the EJS language files, if a `displayName` is used that's not available it will be displayed as provided. It is up to the developer to provide localized values for `displayName`.
570570
::
571571
::
572572

0 commit comments

Comments
 (0)