29 lines
754 B
JSON
29 lines
754 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 3,
|
||
|
"name": "create-block/deferred-youtube-video",
|
||
|
"version": "1.0.0",
|
||
|
"title": "Deferred Youtube Video",
|
||
|
"category": "widgets",
|
||
|
"icon": "youtube",
|
||
|
"description": "Youtube Player optimized for Core Web Vitals (connect to youtube after the page is fully loaded)",
|
||
|
"example": {},
|
||
|
"supports": {
|
||
|
"html": false,
|
||
|
"anchor": true
|
||
|
},
|
||
|
"attributes": {
|
||
|
"url": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"width": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"textdomain": "deferred-youtube-video",
|
||
|
"editorScript": "file:./index.js",
|
||
|
"viewScript": "file:./view.js",
|
||
|
"editorStyle": "file:./index.css",
|
||
|
"style": "file:./style-index.css",
|
||
|
"render": "file:./render.php"
|
||
|
}
|