{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenify/search-toggle-container",
  "version": "1.0.0",
  "title": "Toggle Content Container",
  "category": "gutenify",
  "parent": [
    "gutenify/search-toggle"
  ],
  "description": "Container for Search Toggle content.",
  "attributes": {
    "searchBoxWidth": {
      "type": "string",
      "default": "350px"
    },
    "overlayColor": {
      "type": "string",
      "default": "rgba(0,0,0,0.8)"
    },
    "overlayBlur": {
      "type": "number",
      "default": 10
    }
  },
  "supports": {
    "anchor": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "shadow": true,
    "html": false,
    "reusable": false,
    "inserter": false
  },
  "editorScript": "file:./index.js"
}