{
  "apiVersion": 2,
  "name": "dscap/block",
  "title": "DS Custom Audio Player",
  "category": "media",
  "icon": "format-audio",
  "description": "Custom audio player with three views: Normal (with metadata), Compact and Very Compact (without metadata). Includes volume and download options.",
  "keywords": ["audio", "music", "player", "mp3"],
  "textdomain": "ds-custom-audio-player",

  "attributes": {
    "src":          { "type": "string",  "default": "" },
    "width":        { "type": "string",  "default": "" },
    "color":        { "type": "string",  "default": "" },
    "bg":           { "type": "string",  "default": "" },
    "icon":         { "type": "string",  "default": "" },
    "compact":      { "type": "integer" },
    "show_volume":  { "type": "boolean", "default": true },
    "show_download":{ "type": "boolean", "default": true },
    "align":        { "type": "string",  "default": "" }
  },

  "supports": {
    "html": false,
    "multiple": true
  },

  "editorScript": "dscap-block-editor-js",
  "editorStyle":  "dscap-custom-audio-style",
  "style":        "dscap-custom-audio-style"
}

