????
Current Path : /proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/blocks/audio/ |
Current File : //proc/self/cwd/wp-content/plugins/presto-player/src/admin/blocks/blocks/audio/block.json |
{ "$schema": "https://schemas.wp.org/trunk/block.json", "name": "presto-player/audio", "title": "Presto Audio", "category": "presto", "description": "A audio player wrapper.", "keywords": ["audio"], "textdomain": "presto-player", "attributes": { "src": { "type": "string" }, "autoplay": { "type": "boolean", "default": false }, "poster": { "type": "string" }, "chapters": { "type": "array", "default": [] }, "preload": { "type": "string" }, "title": { "type": "string" }, "tracks": { "type": "array", "items": { "type": "object" }, "default": [] }, "preset": { "type": "number" }, "id": { "type": "number" }, "attachment_id": { "type": "number" }, "src": { "type": "string" }, "visibility": { "type": "string", "default": "public" } }, "variations": [ { "name": "public", "isDefault": true, "title": "Presto Audio", "description": "Presto Self-hosted Audio block.", "attributes": { "visibility": "public" } } ], "supports": { "align": true, "inserter": false }, "script": "presto-components" }