{
  "apiVersion": 3,
  "name": "abb/alert-box",
  "title": "Alert Box",
  "description": "Provide contextual feedback messages.",
  "category": "widgets",
  "version": "2.0.0",
  "keywords": [
    "alert box",
    "alert box block",
    "custom alert"
  ],
  "textdomain": "alert-box-block",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "type": {
      "type": "string",
      "default": "general"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "textAlign": {
      "type": "string",
      "default": "center"
    },
    "message": {
      "type": "string",
      "default": "You have an alert message!",
      "selector": ".abbAlertBox .alert .alertMessage"
    },
    "title": {
      "type": "string",
      "default": "Alert"
    },
    "icon": {
      "type": "object",
      "default": {
        "class": "",
        "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M320 64C302.3 64 288 78.3 288 96L288 99.2C215 114 160 178.6 160 256L160 277.7C160 325.8 143.6 372.5 113.6 410.1L103.8 422.3C98.7 428.6 96 436.4 96 444.5C96 464.1 111.9 480 131.5 480L508.4 480C528 480 543.9 464.1 543.9 444.5C543.9 436.4 541.2 428.6 536.1 422.3L526.3 410.1C496.4 372.5 480 325.8 480 277.7L480 256C480 178.6 425 114 352 99.2L352 96C352 78.3 337.7 64 320 64zM258 528C265.1 555.6 290.2 576 320 576C349.8 576 374.9 555.6 382 528L258 528z\"/></svg>"
      }
    },
    "isDismiss": {
      "type": "boolean",
      "default": true
    },
    "typography": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "25px",
          "tablet": "22px",
          "mobile": "20px"
        }
      }
    },
    "colors": {
      "type": "object",
      "default": {
        "color": "#333",
        "bg": "#fff"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "vertical": "15px",
        "horizontal": "15px"
      }
    },
    "border": {
      "type": "object",
      "default": {
        "width": "2px",
        "color": "#333",
        "radius": "8px"
      }
    },
    "shadow": {
      "type": "object",
      "default": {}
    },
    "fileAlert": {
      "type": "object",
      "default": {
        "text": "File Name.txt",
        "link": "#"
      }
    },
    "infoUrlAlert": {
      "type": "object",
      "default": {
        "text": "Button Title",
        "link": "#"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./view.css",
    "fontAwesome"
  ],
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}