{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "blockbite/section",
  "version": "0.1.0",
  "title": "Section",
  "category": "blockbite",
  "icon": "flag",
  "description": "A section block",
  "attributes": {
    "media": {
      "type": "object",
      "default": {
        "id": 0,
        "sizes": {},
        "url": "https://placehold.co/200x200/000000/FFFFFF/png",
        "alt": "",
        "type": "",
        "width": 0,
        "height": 0
      }
    },
    "biteId": {
      "type": "string",
      "default": ""
    },
    "biteImage": {
      "type": "array",
      "default": []
    },
    "mediaStyle": {
      "type": "array",
      "default": []
    },
    "mediaClass": {
      "type": "string",
      "default": ""
    },
    "flexStyle": {
      "type": "array",
      "default": []
    },
    "flexClass": {
      "type": "string",
      "default": ""
    },
    "anchor": {
      "type": "string",
      "default": ""
    },
    "metadata": {
      "type": "object",
      "default": {
        "name": "Section"
      }
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "color": {
      "gradients": true,
      "link": true,
      "background": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "renaming": true
  },
  "textdomain": "blockbite",
  "editorScript": "file:./index.js"
}