{
  "name": "yith/filled-block",
  "version": "1.0.0",
  "title": "Filled State Block",
  "description": "Contains the blocks that will be shown after results are found.",
  "category": "yith-blocks",
  "supports": {
    "align": [
      "wide"
    ],
    "html": false,
    "multiple": false,
    "reusable": false,
    "inserter": false,
    "lock": false
  },
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    }
  },
  "parent": [
    "yith/search-block"
  ],
  "textdomain": "yith-woocommerce-ajax-search",
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3
}