| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "beyondwords/player", |
| 5 |
"title": "BeyondWords", |
| 6 |
"description": "Embed the BeyondWords audio player. This will override the default player location.", |
| 7 |
"category": "embed", |
| 8 |
"icon": "controls-volumeon", |
| 9 |
"keywords": [ "audio", "text-to-speech" ], |
| 10 |
"version": "1.0.0", |
| 11 |
"textdomain": "speechkit" |
| 12 |
} |
| 13 |
|