Skip to content

Commit

Permalink
oembed: add __oembedError to enable optional meta fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Nov 1, 2024
1 parent 7aa1084 commit c6bd724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/system/oembed/oembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function getOembedIframeAttr(oembed) {

export default {

provides: ['self', 'oembedError'],
provides: ['self', 'oembedError', '__oembedError'],

getIframe: _getOembedIframe, // available via export for fallbacks as plugins['oembed'].getIframe(obj)

Expand Down

0 comments on commit c6bd724

Please sign in to comment.