{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 1,
  "name": "bitmovin/bitmovin",
  "version": "1.1.1",
  "title": "Bitmovin",
  "category": "media",
  "icon": "video-alt3",
  "description": "Bitmovin streams Video block",
  "attributes": {
    "message": {
      "type": "string",
      "source": "text",
      "selector": "div"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "bitmovin",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}