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
On one of our post types, the brightcove modal works fine, and the video-details div has the fields Source, Video ID, Video Player, Auto Play, etc. and the Shortcode field. When you choose a video and click Insert Into Post, it enters in the shortcode into the value of the input field.
On another post type, when we open the Brightcove modal, all we see is Source and Video ID in the video-details div. There is no shortcode field, so in brightcove-admin.min.js in triggerPreviewMedia $('#shortcode').val() fails, and the shortcode is not inserted into the input field.
The text was updated successfully, but these errors were encountered:
On one of our post types, the brightcove modal works fine, and the video-details div has the fields Source, Video ID, Video Player, Auto Play, etc. and the Shortcode field. When you choose a video and click Insert Into Post, it enters in the shortcode into the value of the input field.
On another post type, when we open the Brightcove modal, all we see is Source and Video ID in the video-details div. There is no shortcode field, so in brightcove-admin.min.js in triggerPreviewMedia
$('#shortcode').val()
fails, and the shortcode is not inserted into the input field.The text was updated successfully, but these errors were encountered: