Skip to content

Commit

Permalink
Fix: adds help props for description of Play Inline toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed May 2, 2024
1 parent ee8e417 commit df81feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/video/edit-common-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ const VideoSettings = ( { setAttributes, attributes } ) => {
label={ __( 'Play inline' ) }
onChange={ toggleFactory.playsInline }
checked={ !! playsInline }
help={ __(
'Enable video playback within the page on mobile browsers.'
) }
/>
<SelectControl
__nextHasNoMarginBottom
Expand Down

0 comments on commit df81feb

Please sign in to comment.