Skip to content

Commit

Permalink
add support for filter (#12045)
Browse files Browse the repository at this point in the history
  • Loading branch information
timarney authored Aug 8, 2022
1 parent e5f7456 commit 6506576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const PROVIDERS = {
[ProviderType.COVERR]: {
provider: ProviderType.COVERR,
displayName: __('Video', 'web-stories'),
supportsCategories: false,
supportsCategories: true,
requiresAuthorAttribution: false,
attributionComponent: CoverrAttribution,
fetchMediaErrorMessage: sprintf(
Expand Down

0 comments on commit 6506576

Please sign in to comment.