{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/design-group",
  "version": "0.1.0",
  "title": "Design Group",
  "category": "design",
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "text": false,
      "gradients": true,
      "custom": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "attributes": {
    "className": {
      "type": "string",
      "default": ""
    },
    "domType": {
      "type": "string",
      "default": "div"
    },
    "formID": {
      "type": "string",
      "default": ""
    },
    "positionType": {
      "type": "string",
      "default": "relative"
    },
    "isPosCenter": {
      "type": "boolean",
      "default": false
    },
    "default_val": {
      "type": "object",
      "default": {
        "direction": "horizen",
        "flex": {},
        "reverse": false,
        "wrap": false,
        "inner_align": "flex-start",
        "inner_items": "flex-start",
        "outer_align": "center",
        "outer_vertical": "center",
        "width_val": "wideSize",
        "max_width": "100%",
        "free_width": "400px",
        "max_free_width": "100%",
        "height_val": "fit",
        "free_height": "300px",
        "posValue": {
          "vertBase": "top",
          "horBase": "left",
          "vertValue": "3em",
          "horValue": "3em",
          "isVertCenter": false,
          "isHorCenter": false
        },
        "margin": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding_content": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "grid_info": {
          "gridElms": [],
          "rowNum": 2,
          "colNum": 2,
          "rowGap": "5px",
          "colGap": "5px",
          "rowUnit": [],
          "colUnit": []
        }
      }
    },
    "mobile_val": {
      "type": "object",
      "default": {
        "direction": "vertical",
        "flex": {},
        "reverse": false,
        "wrap": false,
        "inner_align": "flex-start",
        "inner_items": "flex-start",
        "outer_align": "center",
        "outer_vertical": "center",
        "width_val": "wideSize",
        "max_width": "100%",
        "free_width": "200px",
        "max_free_width": "100%",
        "height_val": "fit",
        "free_height": "300px",
        "posValue": {
          "vertBase": "top",
          "horBase": "left",
          "vertValue": "2em",
          "horValue": "1em",
          "isVertCenter": false,
          "isHorCenter": false
        },
        "margin": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding_content": {
          "top": "20px",
          "left": "10px",
          "bottom": "20px",
          "right": "10px"
        },
        "grid_info": {
          "gridElms": [],
          "rowNum": 2,
          "colNum": 2,
          "rowGap": "5px",
          "colGap": "5px"
        }
      }
    },
    "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_anime": {
      "type": "boolean",
      "default": false
    },
    "anime_prm": {
      "type": "object",
      "default": {
        "pattern": "fadeLeft",
        "trigger": "opend",
        "delay": 0,
        "duration": 0.5
      }
    },
    "blockNum": {
      "type": "number",
      "default": 1
    },
    "is_moveable": {
      "type": "boolean",
      "default": false
    },
    "position": {
      "type": "object",
      "default": {
        "x": "0px",
        "y": "0px"
      }
    },
    "is_menu": {
      "type": "boolean",
      "default": false
    },
    "is_swiper": {
      "type": "boolean",
      "default": false
    },
    "parallax_obj": {
      "type": "object",
      "default": null
    },
    "is_submenu": {
      "type": "boolean",
      "default": false
    },
    "is_link": {
      "type": "boolean",
      "default": false
    },
    "selectedPageUrl": {
      "type": "string",
      "default": ""
    },
    "isBlank": {
      "type": "boolean",
      "default": false
    },
    "isAppear": {
      "type": "boolean",
      "default": true
    },
    "has_submenu": {
      "type": "boolean",
      "default": false
    },
    "block_style": {
      "type": "object",
      "default": null
    }
  },
  "textdomain": "block-collections",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}