Skip to content

Commit

Permalink
Audio Block: add a few keywords to improve discovery. (#18673)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias authored and gziolo committed Nov 22, 2019
1 parent 74551b5 commit 2f68f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/audio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export { metadata, name };
export const settings = {
title: __( 'Audio' ),
description: __( 'Embed a simple audio player.' ),
keywords: [ __( 'music' ), __( 'sound' ), __( 'podcast' ), __( 'recording' ) ],
icon,
transforms,
supports: {
Expand Down

0 comments on commit 2f68f28

Please sign in to comment.