{
  "name": "bizzleblocks/ws-audio-player",
  "title": "Wavesurfer Audio Player",
  "icon": "wsPlayer",
  "description": "An audio player that renders the waveforms of the audio loaded.",
  "keywords": [ "mp3", "audio", "music", "player", "sound", "waveform" ],
  "category": "media",
  "attributes": {
    "audio": {
      "type": "string",
      "source": "attribute",
      "selector": "ws-audio-player",
      "attribute": "audio",
      "default": "/media/"
    },
    "title": {
      "type": "string",
      "source": "attribute",
      "selector": "ws-audio-player",
      "attribute": "title",
      "default": "New Audio Title"
    },
    "color": {
      "type": "string",
      "source": "attribute",
      "selector": "ws-audio-player",
      "attribute": "color",
      "default": "Red"
    },
    "theme": {
      "type": "string",
      "source": "attribute",
      "selector": "ws-audio-player",
      "attribute": "theme",
      "default": "basic"
    },
    "height": {
      "type": "string",
      "source": "attribute",
      "selector": "ws-audio-player",
      "attribute": "height",
      "default": "100"
    },
    "mediaId": {
      "type": "string",
      "source": "attribute",
      "selector": "ws-audio-player",
      "attribute": "mediaId",
      "default": "0"
    }
  },
  "editorScript": "file:./assets/js/editor.blocks.js",
  "editorStyle": "file:./assets/css/blocks.editor.css",
  "script":  "file:./assets/js/frontend.blocks.js",
  "style":  "file:./assets/css/blocks.style.css"
}