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 80cec97 commit 154adafCopy full SHA for 154adaf
src/block/video-popup/edit.js
@@ -204,6 +204,7 @@ const InspectorControls = memo( props => {
204
</> }
205
{ props.videoLink && <>
206
<ControlSeparator />
207
+ <p>{ __( 'Note: The following attributes are used to generate the video schema.', i18n ) }</p>
208
<AdvancedTextControl
209
label={ __( 'Video name', i18n ) }
210
value={ props.videoName }
0 commit comments