Skip to content

Commit

Permalink
Merge pull request #138 from xwp/fix/132-amp-featured-image
Browse files Browse the repository at this point in the history
Fix/132 amp featured image
  • Loading branch information
spacedmonkey committed May 27, 2020
2 parents 0acbaf9 + abd18f5 commit f48b3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/src/media-selector/featured-image-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ import UnsplashMediaUpload from './components/unsplash-media-upload.js';
addFilter(
'editor.MediaUpload',
'unsplash/extend-featured-image',
() => UnsplashMediaUpload
() => UnsplashMediaUpload,
20
);

0 comments on commit f48b3b7

Please sign in to comment.