| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "create-block/lws-wr-blocks", |
| 5 |
"version": "0.1.0", |
| 6 |
"title": "My Rewards Blocks", |
| 7 |
"category": "lws-wr-blocks", |
| 8 |
"textdomain": "lwswrblocks", |
| 9 |
"editorScript": "file:./build/index.js", |
| 10 |
"editorStyle": "file:./build/index.css", |
| 11 |
"style": "file:./build/style-index.css" |
| 12 |
} |
| 13 |
|