{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sideconvo/cta-button",
  "version": "0.1.0",
  "title": "Sideconvo Button",
  "category": "widgets",
  "icon": "admin-page",
  "description": "Customizable button block with interactive rotating text, border customization, and stunning gradient animations",
  "example": {},
  "attributes": {
    "title": {
      "type": "string",
      "default": ""
    },
    "customAttributes": {
      "type": "array",
      "default": [
        { "key": "data-sideconvo-message", "value": "" },
        { "key": "data-sideconvo-mode", "value": "CHAT" }
      ]
    },
    "backgroundColor": {
      "type": "string",
      "default": "#701471"
    },
    "textColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "borderRadius": {
      "type": "number",
      "default": 20
    },
    "buttonHeight": {
      "type": "number",
      "default": 32
    },
    "buttonHeightOption": {
      "type": "string",
      "default": "regular",
      "enum": ["compact", "regular", "custom"]
    },
    "logoOption": {
      "type": "string",
      "default": "genstars-white"
    },
    "customLogoUrl": {
      "type": "string",
      "default": ""
    },
    "customLogos": {
      "type": "array",
      "default": []
    },
    "buttonStyle": {
      "type": "string",
      "default": "animated",
      "enum": ["solid", "animated"]
    },
    "gradientColor1": {
      "type": "string",
      "default": "#b3425a"
    },
    "gradientColor2": {
      "type": "string",
      "default": "#7c3aed"
    },
    "borderColor": {
      "type": "string",
      "default": "#b3425a"
    },
    "borderStyle": {
      "type": "string",
      "default": "none"
    },
    "fontSize": {
      "type": "number",
      "default": 13
    },
    "resizeMode": {
      "type": "string",
      "default": "static",
      "enum": ["dynamic", "static"]
    },
    "borderType": {
      "type": "string",
      "default": "none",
      "enum": ["none", "solid", "gradient"]
    },
    "borderGradientColor1": {
      "type": "string",
      "default": "#b3425a"
    },
    "borderGradientColor2": {
      "type": "string",
      "default": "#7c3aed"
    },
    "themeCustomizable": {
      "type": "boolean",
      "default": false
    },
    "darkModeBackgroundColor": {
      "type": "string",
      "default": "#181a20"
    },
    "darkModeTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "darkModeLogoOption": {
      "type": "string",
      "default": "genstars-white"
    },
    "darkModeBackgroundType": {
      "type": "string",
      "default": "solid",
      "enum": ["solid", "gradient"]
    },
    "darkModeGradientColor1": {
      "type": "string",
      "default": "#b3425a"
    },
    "darkModeGradientColor2": {
      "type": "string",
      "default": "#7c3aed"
    },
    "interactiveButton": {
      "type": "boolean",
      "default": false
    },
    "interactiveTexts": {
      "type": "array",
      "default": []
    },
    "collapseAtEnd": {
      "type": "boolean",
      "default": true
    },
    "marginTop": {
      "type": "string",
      "default": "0px"
    },
    "marginRight": {
      "type": "string",
      "default": "0px"
    },
    "marginBottom": {
      "type": "string",
      "default": "0px"
    },
    "marginLeft": {
      "type": "string",
      "default": "0px"
    },
    "marginLinked": {
      "type": "boolean",
      "default": true
    },
    "marginPreset": {
      "type": "string",
      "default": "none"
    },
    "forceInit": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "sideconvo",
  "editorScript": "file:../../../assets/build/blocks.js",
  "editorStyle": "file:../../../assets/build/blocks.css",
  "render": "file:./render.php"
}
