| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/playlist-track", 5 "title": "Playlist track", 6 "category": "media", 7 "parent": [ "core/playlist" ], 8 "description": "Playlist track.", 9 "keywords": [ "music", "sound" ], 10 "textdomain": "default", 11 "usesContext": [ "showArtists", "showImages" ], 12 "attributes": { 13 "blob": { 14 "type": "string", 15 "role": "local" 16 }, 17 "id": { 18 "type": "number", 19 "role": "content" 20 }, 21 "src": { 22 "type": "string", 23 "role": "content" 24 }, 25 "type": { 26 "type": "string", 27 "default": "audio" 28 }, 29 "album": { 30 "type": "string", 31 "role": "content" 32 }, 33 "artist": { 34 "type": "string", 35 "role": "content" 36 }, 37 "image": { 38 "type": "string", 39 "role": "content" 40 }, 41 "imageAlt": { 42 "type": "string", 43 "role": "content" 44 }, 45 "length": { 46 "type": "string", 47 "role": "content" 48 }, 49 "title": { 50 "type": "string", 51 "role": "content" 52 } 53 }, 54 "supports": { 55 "html": false, 56 "interactivity": { 57 "clientNavigation": true 58 }, 59 "reusable": false 60 }, 61 "style": "wp-block-playlist-track" 62 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Wed Sep 16 08:20:31 2026 | Cross-referenced by PHPXref |