X7ROOT File Manager
Current Path:
/home/notabjze/nigeltheengineer.com/wp-includes/blocks/audio
home
/
notabjze
/
nigeltheengineer.com
/
wp-includes
/
blocks
/
audio
/
ðŸ“
..
📄
block.json
(1.14 KB)
📄
editor-rtl.css
(250 B)
📄
editor-rtl.min.css
(215 B)
📄
editor.css
(248 B)
📄
editor.min.css
(213 B)
📄
style-rtl.css
(171 B)
📄
style-rtl.min.css
(148 B)
📄
style.css
(171 B)
📄
style.min.css
(148 B)
📄
theme-rtl.css
(194 B)
📄
theme-rtl.min.css
(170 B)
📄
theme.css
(194 B)
📄
theme.min.css
(170 B)
Editing: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "core/audio", "title": "Audio", "category": "media", "description": "Embed a simple audio player.", "keywords": [ "music", "sound", "podcast", "recording" ], "textdomain": "default", "attributes": { "src": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "src", "__experimentalRole": "content" }, "caption": { "type": "string", "source": "html", "selector": "figcaption", "__experimentalRole": "content" }, "id": { "type": "number", "__experimentalRole": "content" }, "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, "align": true, "spacing": { "margin": true, "padding": true } }, "editorStyle": "wp-block-audio-editor", "style": "wp-block-audio" }
Upload File
Create Folder