-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add useSVGIcons option #171
Conversation
src/mdx-pages/guides/options.mdx
Outdated
|
||
> Type: `boolean` | ||
|
||
_Since 8.4.0_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is assuming this gets released in the next version, but will be changed if that is not the case.
src/mdx-pages/guides/options.mdx
Outdated
@@ -615,6 +615,20 @@ Override the mute key definition. If this is set, the function receives the `key | |||
|
|||
Override the play/pause key definition. If this is set, the function receives the `keydown` event; if the function returns `true`, then the play/pause toggle action is performed. | |||
|
|||
### `experimentalSvgIcons` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a question about the position of this option. I noticed that the other options were arranged in alphabetical order. Should there be some consistency? Or was this done on purpose because it's an experimental option?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, this was in alphabetical order until I updated the name of the option. I just pushed a commit to update this 👍
Documents
useSVGIcons
player option for videojs/video.js#8260