| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | 3 | "apiVersion": 3, |
| 4 | 4 | "name": "scb/streamcast-block", |
| 5 | - "version": "1.0.0", | |
| 5 | + "version": "2.3.7", | |
| 6 | 6 | "title": "StreamCast Block", |
| 7 | 7 | "category": "widgets", |
| 8 | 8 | "description": "Play iceCast, Shoutcast, Radionomy, Radiojar, RadioCo and Audio Live stream in Wordpress.", |
| 9 | 9 | "keywords": [ |
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | "streamcast", |
| 13 | 13 | "live player", |
| 14 | 14 | "live stream player" |
| 15 | 15 | ], |
| 16 | - "textdomain": "b-blocks", | |
| 16 | + "textdomain": "streamcast", | |
| 17 | 17 | "attributes": { |
| 18 | 18 | "align": { |
| 19 | 19 | "type": "string", |
| 20 | 20 | "default": "" |
| @@ -115,17 +115,10 @@ | ||
| 115 | 115 | }, |
| 116 | 116 | "example": { |
| 117 | 117 | "attributes": {} |
| 118 | 118 | }, |
| 119 | - "editorScript": [ | |
| 120 | - "file:./index.js", | |
| 121 | - "wp-api" | |
| 122 | - ], | |
| 119 | + "editorScript": "file:./index.js", | |
| 123 | 120 | "editorStyle": "file:./index.css", |
| 124 | 121 | "style": "file:./view.css", |
| 125 | 122 | "render": "file:./render.php", |
| 126 | - "viewScript": [ | |
| 127 | - "file:./view.js", | |
| 128 | - "react", | |
| 129 | - "react-dom" | |
| 130 | - ] | |
| 123 | + "viewScript": "file:./view.js" | |
| 131 | 124 | } |