Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit c1a2685

Browse files
committed
add keywords
1 parent 4f89c9f commit c1a2685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/chat/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ registerBlockType( `${ NS }/chat`, {
1414

1515
description: __( 'A group of chat messages.' ),
1616

17+
keywords: [ __( 'chat' ), __( 'DM' ), __( 'SMS' ) ],
18+
1719
styles: [
1820
{ name: 'borderless', label: __( 'Borderless' ), isDefault: true },
1921
{ name: 'app', label: __( 'App' ) },

0 commit comments

Comments
 (0)