{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ska/tailwind",
  "title": "Tailwind",
  "description": "Embed HTML with Tailwind classes or Convert HTML to blocks.",
  "keywords": [
    "custom",
    "html",
    "css",
    "compile",
    "convert",
    "ssr"
  ],
  "category": "ska-blocks",
  "textdomain": "ska-blocks",
  "attributes": {
    "html": {
      "type": "string",
      "source": "html",
      "default": ""
    },
    "tab": {
      "type": "string",
      "default": "html"
    },
    "css": {
      "type": "string",
      "default": ""
    },
    "customCss": {
      "type": "string",
      "default": ""
    },
    "inline": {
      "type": "boolean",
      "default": true
    },
    "ssr": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "customClassName": false,
    "className": false,
    "html": false,
    "interactivity": {
      "clientNavigation": true
    }
  }
}