From 268ca23349c2f6a6c44464c98af09d4ac8357f24 Mon Sep 17 00:00:00 2001 From: Mark Uraine Date: Sun, 29 Dec 2019 10:04:40 -0500 Subject: [PATCH] Fixes #8336. I've added poem to the keywords for this block. (#19355) --- packages/block-library/src/verse/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/verse/index.js b/packages/block-library/src/verse/index.js index 0bded562eab3d..98d617b2faa3f 100644 --- a/packages/block-library/src/verse/index.js +++ b/packages/block-library/src/verse/index.js @@ -27,7 +27,7 @@ export const settings = { content: __( 'WHAT was he doing, the great god Pan,\n Down in the reeds by the river?\nSpreading ruin and scattering ban,\nSplashing and paddling with hoofs of a goat,\nAnd breaking the golden lilies afloat\n With the dragon-fly on the river.' ), }, }, - keywords: [ __( 'poetry' ) ], + keywords: [ __( 'poetry' ), __( 'poem' ) ], transforms, deprecated, merge( attributes, attributesToMerge ) {