47 lines
1001 B
JSON
47 lines
1001 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "velora/audio-player",
|
|
"version": "1.2.0",
|
|
"title": "Velora Player",
|
|
"category": "media",
|
|
"icon": "format-audio",
|
|
"description": "Insert a modern themed audio player with analytics tracking.",
|
|
"textdomain": "modern-audio-player",
|
|
"keywords": [ "audio", "player", "podcast" ],
|
|
"supports": {
|
|
"html": false,
|
|
"align": [ "wide", "full" ]
|
|
},
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"src": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"image": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"playlist": {
|
|
"type": "array",
|
|
"default": []
|
|
},
|
|
"theme": {
|
|
"type": "string",
|
|
"default": "modern-dark"
|
|
},
|
|
"useGlobalTheme": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"editorScript": "file:../assets/js/block-editor.js",
|
|
"style": "file:../assets/css/player.css",
|
|
"editorStyle": "file:../assets/css/editor.css",
|
|
"script": "file:../assets/js/player.js"
|
|
}
|