Skip to content

Commit

Permalink
Add "playground" keyword to Playground Block. (#148)
Browse files Browse the repository at this point in the history
This is a minor tweak, but I bet that many people will search for
"Playground" or type `/playground` when trying to insert the Playground
Block. The addition of the `keyword` property in `block.json` makes this
possible.

Currently, you have to search for "WordPress..." for the block to show
up.
  • Loading branch information
ndiego authored Jan 25, 2024
1 parent 93f14fe commit 9928f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wordpress-playground-block/src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"category": "widgets",
"icon": "wordpress",
"description": "Display demo in WordPress Playground",
"keywords": [ "playground" ],
"attributes": {
"align": {
"type": "string",
Expand Down

0 comments on commit 9928f5a

Please sign in to comment.