{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "puffergo/tailwind-container",
  "title": "PufferGo AI",
  "category": "puffergo",
  "description": "PufferGo AI - AI website builder designed for global expansion",
  "keywords": [
    "puffergo",
    "ai",
    "tailwind",
    "html",
    "container",
    "custom"
  ],
  "version": "1.0.0",
  "textdomain": "puffergo",
  "editorScript": "file:./index.js",
  "supports": {
    "html": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "content": {
      "type": "string",
      "default": ""
    },
    "source": {
      "type": "string",
      "default": ""
    },
    "styleMode": {
      "type": "string",
      "default": ""
    },
    "styleModeLocked": {
      "type": "boolean",
      "default": false
    },
    "customCss": {
      "type": "string",
      "default": ""
    },
    "scopeId": {
      "type": "string",
      "default": ""
    },
    "selectedElement": {
      "type": "object",
      "default": null
    },
    "externalScripts": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": []
    },
    "tailwindCss": {
      "type": "string",
      "default": ""
    },
    "dependencies": {
      "type": "string",
      "default": "[]"
    }
  }
}