[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/playlist-track/ -> block.json (source)

   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          },
  20          "src": {
  21              "type": "string"
  22          },
  23          "type": {
  24              "type": "string",
  25              "default": "audio"
  26          },
  27          "album": {
  28              "type": "string"
  29          },
  30          "artist": {
  31              "type": "string"
  32          },
  33          "image": {
  34              "type": "string"
  35          },
  36          "imageAlt": {
  37              "type": "string"
  38          },
  39          "length": {
  40              "type": "string"
  41          },
  42          "title": {
  43              "type": "string"
  44          }
  45      },
  46      "supports": {
  47          "html": false,
  48          "interactivity": {
  49              "clientNavigation": true
  50          },
  51          "reusable": false
  52      },
  53      "style": "wp-block-playlist-track"
  54  }


Generated : Sat Jul 18 08:20:16 2026 Cross-referenced by PHPXref