{
  "apiVersion": 3,
  "name": "tailwind/html",
  "title": "HTML Tailwind",
  "category": "design",
  "icon": "editor-code",
  "description": "Flexible HTML block powered by Tailwind.",
  "supports": {
    "html": false
  },
  "attributes": {
    "tagName": { "type": "string", "default": "div" },
    "className": { "type": "string", "default": "" },
    "content": { "type": "string", "default": "" },
    "children": { "type": "string", "default": "blocks" },
    "src": { "type": "string", "default": "" },
    "alt": { "type": "string", "default": "" },
    "attrs": { "type": "object", "default": {} },
    "responsive": {
      "type": "object",
      "default": { "sm": "", "md": "", "lg": "", "xl": "" }
    },
    "design": { "type": "object", "default": {} }
  }
}
