{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/dualbutton-block",
  "version": "1.1.1",
  "title": "Dual Button Block",
  "category": "necessary-blocks",
  "icon": "image-flip-horizontal",
  "description": "Allows you to create two customizable buttons side by side within a single block",
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "color": {
      "text": false,
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "align": [
      "full",
      "wide"
    ],
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "buttonOneText": {
      "type": "string",
      "default": "Button One"
    },
    "buttonOneLink": {
      "type": "string",
      "default": "#"
    },
    "buttonOneNewTab": {
      "type": "boolean",
      "default": true
    },
    "buttonTwoText": {
      "type": "string",
      "default": "Button Two"
    },
    "buttonTwoLink": {
      "type": "string",
      "default": "#"
    },
    "buttonTwoNewTab": {
      "type": "boolean",
      "default": true
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "buttonWidthType": {
      "type": "string",
      "default": "custom"
    },
    "buttonWidth": {
      "type": "number",
      "default": 200
    },
    "buttonGap": {
      "type": "number",
      "default": 0
    },
    "showConnector": {
      "type": "boolean",
      "default": true
    },
    "connectorType": {
      "type": "string",
      "default": "icon"
    },
    "connectorText": {
      "type": "string",
      "default": "OR"
    },
    "connectorSize": {
      "type": "number",
      "default": 20
    },
    "buttonOneBackgroundColor": {
      "type": "string",
      "default": "#475467"
    },
    "buttonOneTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "buttonTwoBackgroundColor": {
      "type": "string",
      "default": "#98a2b3"
    },
    "buttonTwoTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomLeft": "5px",
        "bottomRight": "5px"
      }
    }
  },
  "keywords": [
    "Dual Button Block",
    "necessary Blocks",
    "Dual Button"
  ],
  "textdomain": "dualbutton-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}