{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "h5ap/radio-player",
  "title": "HTML5 Radio Player",
  "description": "",
  "category": "media",
  "icon": "format-audio",
  "version": "2.5.0",
  "keywords": [
    "HTML5 Radio Player",
    "Media Player",
    "Radio Player",
    "mp3 player"
  ],
  "textdomain": "h5ap",
  "attributes": {
    "postId": {
      "type": "number"
    },
    "uniqueId": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": ""
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "sourceType": {
      "type": "string",
      "default": "stream"
    },
    "source": {
      "type": "string",
      "default": ""
    },
    "poster": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": "Station Title 514.001FM"
    },
    "subtitle": {
      "type": "string",
      "default": "Premium Sound Experience"
    },
    "statusText": {
      "type": "string",
      "default": "Live"
    },
    "styles": {
      "type": "object",
      "default": {
        "playIcon": {
          "bg": "#fff"
        },
        "trackColor": null,
        "radioIconColor": "#0D77F8",
        "statusText": {
          "color": "rgb(248, 113, 113, 1)"
        },
        "border": {
          "radius": "3px"
        },
        "title": {
          "typography": {
            "fontSize": "18px"
          }
        }
      }
    },
    "artist": {
      "type": "string",
      "default": ""
    },
    "color": {
      "type": "string",
      "default": "#87ceeb"
    },
    "primaryColor": {
      "type": "string",
      "default": null
    },
    "titleColor": {
      "type": "string",
      "default": "#333"
    },
    "radioIconColor": {
      "type": "string",
      "default": null
    },
    "skin": {
      "type": "string",
      "default": "GlassMorphism"
    },
    "loader": {
      "type": "boolean",
      "default": false
    },
    "width": {
      "type": "string",
      "default": "500px"
    },
    "radius": {
      "type": "string",
      "default": "0px"
    },
    "i18n": {
      "type": "object"
    },
    "options": {
      "type": "object",
      "default": {
        "controls": {
          "restart": false,
          "rewind": false,
          "play": true,
          "fast-forward": false,
          "progress": true,
          "duration": false,
          "current-time": true,
          "mute": true,
          "volume": true,
          "settings": true,
          "download": false
        }
      }
    },
    "isSticky": {
      "type": "boolean",
      "default": false
    },
    "style": {
      "type": "string"
    },
    "CSS": {
      "type": "string",
      "default": ""
    },
    "defaultValue": {
      "type": "object",
      "default": {
        "Default": {
          "primaryColor": "#4A5464",
          "controlColor": "#4A5464",
          "bgColor": "#F5F5F5"
        }
      }
    }
  },
  "supports": {
    "html": false,
    "lock": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorStyle": [
    "file:./style-index.css",
    "file:./index.css",
    "bplugins-plyrio",
    "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",
    "wp-util"
  ],
  "style": [
    "file:./view.css",
    "bplugins-plyrio"
  ],
  "render": "file:./render.php"
}