{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/guest-video-protection-gutenberg",
  "version": "0.1.0",
  "title": "Guest Video Protection",
  "category": "media",
  "icon": "admin-media",
  "description": "Guest Video Protection Block.",
  "example": {},
  "attributes": {
    "filename": {
      "type": "string",
      "default": ""
    },
    "type": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "guest-video-protection",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}