{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "blockbite/bites-wrap",
  "version": "0.1.0",
  "title": "Bites Wrap",
  "category": "blockbite",
  "icon": "flag",
  "description": "Display your bites (custom components) within your bite component library. Only blocks within the Bites Wrap block are parsed as bites.",
  "attributes": {
    "addAsBlockStyles": {
      "type": "boolean",
      "default": false
    },
    "flexStyle": {
      "type": "array",
      "default": []
    },
    "flexClass": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "inserter": true,
    "multiple": true,
    "reusable": false,
    "parent": [
      "blockbites"
    ],
    "color": {
      "gradients": true,
      "link": true,
      "background": true,
      "text": true
    },
    "dimensions": {
      "minHeight": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "metadata": {
      "type": "object",
      "default": {
        "name": "Bite"
      }
    },
    "renaming": true
  },
  "textdomain": "blockbite",
  "editorScript": "file:./index.js"
}