{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "readivo/player",
  "version": "1.1.1",
  "title": "Readivo Player",
  "category": "media",
  "icon": "format-audio",
  "description": "Insert the Readivo audio player into the content.",
  "keywords": [
    "readivo",
    "audio",
    "tts",
    "player"
  ],
  "supports": {
    "html": false,
    "multiple": false
  },
  "attributes": {
    "playId": {
      "type": "string",
      "default": ""
    },
    "textInit": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "readivo-block-editor"
}
