{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "evb/text",
  "version": "0.22",
  "title": "Advanced Text/Heading",
  "description": "Create dynamic headings with advanced styles and animations.",
  "keywords": [
    "Advanced Heading Block",
    "Text Block",
    "Typography Control",
    "Responsive Text Block",
    "Gradient Background",
    "Text Animation",
    "Icon Text Block",
    "Hover Effects",
    "Gutenberg Block",
    "Custom Text Design",
    "Animated Text Block"
  ],
  "category": "evb-blocks",
  "textdomain": "envision-page-builder",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "text": {
      "type": "string",
      "default": ""
    },
    "tag": {
      "type": "string",
      "default": "p"
    },
    "styles": {
      "type": "object",
      "default": {
        "alignment": {
          "desktop": "left"
        },
        "typography": {
          "desktop": {
            "font-size": ""
          }
        },
        "textAlign": {
          "desktop": "left"
        },
        "color": {
          "normal": {
            "type": "color",
            "color": "#333",
            "gradient": ""
          },
          "hover": {
            "type": "color",
            "color": "",
            "gradient": ""
          }
        },
        "shadow": {
          "normal": "",
          "hover": ""
        }
      }
    },
    "advanced": {
      "type": "object",
      "default": {
        "dimension": {
          "max-width": {
            "desktop": "700px"
          },
          "padding": {
            "desktop": "0px 0px 0px 0px"
          }
        },
        "background": {
          "normal": "background-color: #0000;",
          "hover": "background-color: #0000;",
          "transition": 0.5
        },
        "animation": {
          "type": ""
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "text": "One hot day, a thirsty crow flew all over the fields looking for water. For a long time, he could not find any. He felt very weak, and he had almost lost all hope."
    },
    "viewportWidth": 400
  },
  "editorScript": "file:../index.js",
  "style": "file:./script.css",
  "render": "file:./render.php",
  "script": "file:./script.js"
}