diff --git a/packages/block-editor/src/components/block-card/stories/index.story.js b/packages/block-editor/src/components/block-card/stories/index.story.js index 7b9581483a7715..0fe68e2032d394 100644 --- a/packages/block-editor/src/components/block-card/stories/index.story.js +++ b/packages/block-editor/src/components/block-card/stories/index.story.js @@ -44,7 +44,11 @@ const meta = { box, button, }, - description: 'The icon to display for the block.', + description: + 'The icon of the block. This can be any of [WordPress Dashicons](https://developer.wordpress.org/resource/dashicons/), or a custom `svg` element.', + table: { + type: { summary: 'string | object' }, + }, }, name: { control: 'text',