{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "telex/block-unique-heading-flash",
  "version": "0.1.0",
  "title": "Unique Heading Flash",
  "category": "text",
  "icon": "heading",
  "description": "An advanced heading block with unique styling options, animations, and customizable typography features.",
  "example": {
    "attributes": {
      "content": "Advanced Heading with Flash Effect",
      "level": 2,
      "textColor": "#333333",
      "backgroundColor": "transparent",
      "fontSize": 32,
      "fontWeight": "bold",
      "animationType": "flash"
    }
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "h1,h2,h3,h4,h5,h6",
      "default": "Advanced Heading"
    },
    "level": {
      "type": "number",
      "default": 2
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "textColor": {
      "type": "string",
      "default": "#333333"
    },
    "backgroundColor": {
      "type": "string",
      "default": "transparent"
    },
    "fontSize": {
      "type": "number",
      "default": 24
    },
    "fontWeight": {
      "type": "string",
      "default": "normal"
    },
    "lineHeight": {
      "type": "number",
      "default": 1.4
    },
    "letterSpacing": {
      "type": "number",
      "default": 0
    },
    "animationType": {
      "type": "string",
      "default": "none"
    },
    "animationDuration": {
      "type": "number",
      "default": 1
    },
    "borderWidth": {
      "type": "number",
      "default": 0
    },
    "borderColor": {
      "type": "string",
      "default": "#000000"
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "shadowBlur": {
      "type": "number",
      "default": 0
    },
    "shadowColor": {
      "type": "string",
      "default": "#000000"
    },
    "paddingTop": {
      "type": "number",
      "default": 0
    },
    "paddingBottom": {
      "type": "number",
      "default": 0
    },
    "marginTop": {
      "type": "number",
      "default": 0
    },
    "marginBottom": {
      "type": "number",
      "default": 20
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "customClassName": true
  },
  "textdomain": "unique-heading-flash-block-wp",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}