{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/videos",
  "version": "1.7.1",
  "title": "Videos Block",
  "category": "necessary-blocks",
  "icon": "format-video",
  "description": "A custom video block with advanced settings by Coders Time.",
  "allowedBlocks": [
    "necessary-block/video"
  ],
  "example": {},
  "supports": {
    "html": false,
    "__experimentalExposeControlsToChildren": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": false
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": false,
        "padding": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "layout": {
      "allowSwitching": true,
      "allowInheriting": true,
      "default": {
        "type": "flex"
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {},
  "textdomain": "videos-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}