| @@ -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": "" |
| @@ -72,9 +72,10 @@ | ||
| 72 | 72 | "hoverColor": "", |
| 73 | 73 | "typo": { |
| 74 | 74 | "fontSize": { |
| 75 | 75 | "desktop": 18 |
| 76 | - } | |
| 76 | + }, | |
| 77 | + "fontFamily": "Default" | |
| 77 | 78 | }, |
| 78 | 79 | "bgColor": "#50241b", |
| 79 | 80 | "hoverBgColor": "" |
| 80 | 81 | }, |
| @@ -82,9 +83,10 @@ | ||
| 82 | 83 | "color": "#fff", |
| 83 | 84 | "typo": { |
| 84 | 85 | "fontSize": { |
| 85 | 86 | "desktop": 15 |
| 86 | - } | |
| 87 | + }, | |
| 88 | + "fontFamily": "Default" | |
| 87 | 89 | } |
| 88 | 90 | }, |
| 89 | 91 | "contentColor": "#fff", |
| 90 | 92 | "playBtnColor": "red", |
| @@ -93,9 +95,10 @@ | ||
| 93 | 95 | "hoverColor": "", |
| 94 | 96 | "typo": { |
| 95 | 97 | "fontSize": { |
| 96 | 98 | "desktop": 18 |
| 97 | - } | |
| 99 | + }, | |
| 100 | + "fontFamily": "Default" | |
| 98 | 101 | }, |
| 99 | 102 | "bgColor": "#50241b", |
| 100 | 103 | "hoverBgColor": "" |
| 101 | 104 | } |
| @@ -112,17 +115,10 @@ | ||
| 112 | 115 | }, |
| 113 | 116 | "example": { |
| 114 | 117 | "attributes": {} |
| 115 | 118 | }, |
| 116 | - "editorScript": [ | |
| 117 | - "file:./index.js", | |
| 118 | - "wp-api" | |
| 119 | - ], | |
| 119 | + "editorScript": "file:./index.js", | |
| 120 | 120 | "editorStyle": "file:./index.css", |
| 121 | 121 | "style": "file:./view.css", |
| 122 | 122 | "render": "file:./render.php", |
| 123 | - "viewScript": [ | |
| 124 | - "file:./view.js", | |
| 125 | - "react", | |
| 126 | - "react-dom" | |
| 127 | - ] | |
| 123 | + "viewScript": "file:./view.js" | |
| 128 | 124 | } |