{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "amirition/reng-single-player",
  "version": "0.2.1",
  "title": "Reng Single Audio Player ",
  "category": "media",
  "icon": "format-audio",
  "keywords": [
    "audio",
    "player",
    "music",
    "mp3"
  ],
  "description": "Shows a player for your single audio.",
  "textdomain": "reng-single-player",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "audioUrl": {
      "type": "string",
      "source": "attribute",
      "attribute": "src",
      "selector": "audio.reng-single"
    },
    "audioCover": {
      "type": "string",
      "source": "attribute",
      "attribute": "src",
      "selector": "img.audio-cover"
    },
    "audioId": {
      "type": "number",
      "default": 0
    },
    "audioTitle": {
      "type": "string",
      "default": "Cluck"
    },
    "audioArtist": {
      "type": "string",
      "default": "Chicken"
    },
    "audioColor": {
      "type": "string",
      "default": "#f1f1f1"
    }
  }
}