{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/design-process",
  "version": "1.0.0",
  "title": "Design Process",
  "category": "design",
  "supports": {
    "html": false
  },
  "attributes": {
    "figure_blocks": {
      "type": "array",
      "default": []
    },
    "bgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "bgColor_form": {
      "type": "string"
    },
    "bgGradient_form": {
      "type": "string"
    },
    "radius_form": {
      "type": "object",
      "default": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px",
        "value": "0px"
      }
    },
    "border_form": {
      "type": "object"
    },
    "default_pos": {
      "type": "object",
      "default": {
        "margin_form": {
          "top": "1em",
          "left": "1em",
          "bottom": "1em",
          "right": "1em"
        },
        "padding_form": {
          "top": "1em",
          "left": "2em",
          "bottom": "1em",
          "right": "2em"
        }
      }
    },
    "mobile_pos": {
      "type": "object",
      "default": {
        "margin_form": {
          "top": "1em",
          "left": "0.5em",
          "bottom": "1em",
          "right": "0.5em"
        },
        "padding_form": {
          "top": "0.5em",
          "left": "0",
          "bottom": "0.5em",
          "right": "0"
        }
      }
    },
    "font_style_num": {
      "type": "object",
      "default": {
        "default_fontSize": "16px",
        "mobile_fontSize": "12px",
        "fontFamily": "Noto Sans JP, sans-serif",
        "fontWeight": "500",
        "isItalic": false
      }
    },
    "textColor_num": {
      "type": "string",
      "default": "var(--wp--preset--color--content)"
    },
    "bgColor_num": {
      "type": "string",
      "default": "var(--wp--preset--color--accent-1)"
    },
    "font_style_process": {
      "type": "object",
      "default": {
        "default_fontSize": "16px",
        "mobile_fontSize": "12px",
        "fontFamily": "Noto Sans JP, sans-serif",
        "fontWeight": "500",
        "isItalic": false
      }
    },
    "textColor_process": {
      "type": "string",
      "default": "var(--wp--preset--color--content)"
    },
    "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
    }
  },
  "usesContext": [
    "itmar/state_process"
  ],
  "textdomain": "block-collections",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}