{
  "apiVersion": 3,
  "name": "h5ap/audioplaylist",
  "title": "HTML5 Audio Playlist",
  "description": "",
  "category": "media",
  "icon": "playlist-audio",
  "version": "2.5.0",
  "keywords": [
    "HTML5 Audio Playlist",
    "Media Player",
    "Audio Player"
  ],
  "textdomain": "h5ap",
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": "uniqueId"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "height": {
      "type": "string",
      "default": "auto"
    },
    "audios": {
      "type": "array",
      "default": [
        {
          "title": "Title",
          "artist": "artist",
          "source": ""
        }
      ]
    },
    "align": {
      "type": "string",
      "default": "left"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "skin": {
      "type": "string",
      "default": "Playlist1"
    },
    "style": {
      "type": "string"
    },
    "primaryColor": {
      "type": "string",
      "default": ""
    },
    "bgColor": {
      "type": "string",
      "default": "#222"
    },
    "textColor": {
      "type": "string",
      "default": "#fff"
    },
    "CSS": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "lock": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorStyle": [
    "file:./index.css",
    "bplugins-plyrio",
    "file:./style-view.css",
    "file:./view.css"
  ],
  "editorScript": [
    "file:./index.js",
    "wp-components",
    "wp-block-editor",
    "wp-element",
    "wp-i18n",
    "wp-compose",
    "bplugins-plyrio"
  ],
  "viewScript": [
    "file:./view.js",
    "bplugins-plyrio",
    "react",
    "react-dom"
  ],
  "style": [
    "file:./view.css",
    "file:./style-view.css",
    "bplugins-plyrio"
  ],
  "render": "file:./render.php"
}