| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "automatic-youtube-gallery/block", |
| 5 |
"version": "2.8.0", |
| 6 |
"title": "Automatic YouTube Gallery", |
| 7 |
"category": "automatic-youtube-gallery", |
| 8 |
"keywords": [ "youtube", "videos", "gallery", "automatic-youtube-gallery" ], |
| 9 |
"icon": "format-video", |
| 10 |
"description": "Build a dynamic YouTube gallery.", |
| 11 |
"textdomain": "automatic-youtube-gallery", |
| 12 |
"editorScript": "file:./index.js" |
| 13 |
} |
| 14 |
|