kollapsminoriteten/wp-includes/blocks/audio/block.json

50 lines
943 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/audio",
2021-07-23 11:58:50 +02:00
"title": "Audio",
2020-09-15 14:29:22 +02:00
"category": "media",
2021-07-23 11:58:50 +02:00
"description": "Embed a simple audio player.",
"keywords": [ "music", "sound", "podcast", "recording" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"src": {
"type": "string",
"source": "attribute",
"selector": "audio",
"attribute": "src"
},
"caption": {
"type": "string",
"source": "html",
"selector": "figcaption"
},
"id": {
"type": "number"
},
"autoplay": {
"type": "boolean",
"source": "attribute",
"selector": "audio",
"attribute": "autoplay"
},
"loop": {
"type": "boolean",
"source": "attribute",
"selector": "audio",
"attribute": "loop"
},
"preload": {
"type": "string",
"source": "attribute",
"selector": "audio",
"attribute": "preload"
}
},
"supports": {
"anchor": true,
2020-12-10 14:06:04 +01:00
"align": true
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-audio-editor",
"style": "wp-block-audio"
2020-09-15 14:29:22 +02:00
}