{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/design-button",
  "version": "0.1.0",
  "title": "Design Button",
  "category": "design",
  "supports": {
    "html": false
  },
  "attributes": {
    "buttonType": {
      "type": "string",
      "default": "button"
    },
    "displayType": {
      "type": "string",
      "default": "string"
    },
    "linkKind": {
      "type": "string",
      "default": "none"
    },
    "selectedSlug": {
      "type": "string",
      "default": ""
    },
    "modalClassName": {
      "type": "string",
      "default": ""
    },
    "isBlank": {
      "type": "boolean",
      "default": false
    },
    "isClick": {
      "type": "boolean",
      "default": false
    },
    "buttonKey": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "left"
    },
    "outer_align": {
      "type": "string",
      "default": "left"
    },
    "bgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "labelContent": {
      "type": "string"
    },
    "disabled": {
      "type": "boolean",
      "default": false
    },
    "disableOpacity": {
      "type": "number",
      "default": 0.7
    },
    "mediaID": {
      "type": "number",
      "default": 0
    },
    "media": {
      "type": "object",
      "default": null
    },
    "pseudoInfo": {
      "type": "object",
      "default": {
        "element": "Arrow",
        "option": "left"
      }
    },
    "iconStyle": {
      "type": "object",
      "default": {
        "icon_name": "f030",
        "icon_size": "24px",
        "icon_color": "var(--wp--preset--color--content)",
        "icon_family": "Font Awesome 6 Free"
      }
    },
    "font_style_label": {
      "type": "object",
      "default": {
        "default_fontSize": "16px",
        "mobile_fontSize": "12px",
        "fontFamily": "Noto Sans JP, sans-serif",
        "fontWeight": "500",
        "isItalic": false
      }
    },
    "labelColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content)"
    },
    "disableLabelColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content)"
    },
    "default_pos": {
      "type": "object",
      "default": {
        "width": "auto",
        "height": "auto",
        "margin_value": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        },
        "padding_value": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        }
      }
    },
    "mobile_pos": {
      "type": "object",
      "default": {
        "width": "auto",
        "height": "auto",
        "margin_value": {
          "top": "10px",
          "left": "0",
          "bottom": "10px",
          "right": "0"
        },
        "padding_value": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        }
      }
    },
    "buttonColor": {
      "type": "string",
      "default": "var(--wp--preset--color--background)"
    },
    "buttonGradient": {
      "type": "string"
    },
    "disableButtonColor": {
      "type": "string",
      "default": "var(--wp--preset--color--accent-1)"
    },
    "disableButtonGradient": {
      "type": "string"
    },
    "radius_value": {
      "type": "object",
      "default": {
        "value": "5px"
      }
    },
    "border_value": {
      "type": "object"
    },
    "shadow_element": {
      "type": "object",
      "default": {
        "shadowType": "nomal",
        "spread": 2,
        "lateral": 2,
        "longitude": 2,
        "nomalBlur": 3,
        "shadowColor": "#9F9F9F",
        "distance": 5,
        "intensity": 5,
        "opacity": 0.5,
        "depth": 5,
        "blur": 5,
        "bdBlur": 5,
        "expand": 5,
        "glassblur": 5,
        "glassopa": 0.5,
        "newDirection": "top_left",
        "clayDirection": "top",
        "embos": "swell",
        "hasOutline": true,
        "baseColor": "#ffffff"
      }
    },
    "shadow_result": {
      "type": "object"
    },
    "is_shadow": {
      "type": "boolean",
      "default": false
    },
    "is_tooltip": {
      "type": "boolean",
      "default": false
    },
    "tooltip_style": {
      "type": "object",
      "default": {
        "font_style": {
          "default_fontSize": "16px",
          "mobile_fontSize": "12px",
          "fontFamily": "Noto Sans JP, sans-serif",
          "fontWeight": "500",
          "isItalic": false
        },
        "color": "var(--wp--preset--color--content)",
        "bgColor": "var(--wp--preset--color--content-back)",
        "bgGradient": "",
        "border": {
          "top": "0px",
          "left": "0px",
          "right": "0px",
          "bottom": "0px"
        },
        "borderRadius": {
          "value": "5px"
        },
        "padding": {
          "default": {
            "top": "5px",
            "left": "10px",
            "bottom": "5px",
            "right": "10px"
          },
          "mobile": {
            "top": "5px",
            "left": "5px",
            "bottom": "5px",
            "right": "5px"
          }
        }
      }
    },
    "tooltip_text": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "block-collections",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}