{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "itmar/slide-mv",
  "version": "0.1.0",
  "title": "Slide MainView",
  "category": "widgets",
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "background": true,
      "text": false,
      "gradients": true,
      "custom": true
    }
  },
  "attributes": {
    "swiper_id": {
      "type": "string",
      "default": "main_slide"
    },
    "relate_id": {
      "type": "string",
      "default": null
    },
    "is_thumbnail": {
      "type": "boolean",
      "default": false
    },
    "slideInfo": {
      "type": "object",
      "default": {
        "loop": true,
        "is_autoplay": false,
        "autoplay": 2000,
        "defaultPerView": 3,
        "mobilePerView": 1,
        "defaultBetween": 16,
        "mobileBetween": 0,
        "effect": "none",
        "isActiveCenter": true,
        "cubeZoom": true,
        "singleDirection": "horizontal",
        "slideSpeed": 1000,
        "fadeMotion": "none",
        "activeSlideEffect": {
          "blur": 0,
          "opacity": 1,
          "zoom": 1.2,
          "blend": "hard-light",
          "border": {}
        },
        "navigation": {
          "disp": true,
          "defaultVertPos": 50,
          "mobileVertPos": 50,
          "defaultHorizonPos": 10,
          "mobileHorizenPos": 10,
          "defaultSize": "3em",
          "mobileSize": "3em",
          "design": "default",
          "bgColor": "var(--wp--preset--color--content-back)",
          "bgGradient": "",
          "hoverAppear": false,
          "is_shadow": false,
          "shadow_element": {
            "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": "var(--wp--preset--color--content-back)"
          },
          "shadow_result": {}
        },
        "pagination": {
          "disp": true,
          "design": "default"
        },
        "scrollbar": {
          "disp": true,
          "design": "default"
        }
      }
    },
    "isFront": {
      "type": "boolean",
      "default": false
    },
    "default_val": {
      "type": "object",
      "default": {
        "width_val": "wideSize",
        "max_width": "100%",
        "free_width": "70vw",
        "max_free_width": "100%",
        "height_val": "fit",
        "free_height": "60vh",
        "lat_pos": "center",
        "padding_content": {
          "top": "20px",
          "left": "20px",
          "bottom": "20px",
          "right": "20px"
        }
      }
    },
    "mobile_val": {
      "type": "object",
      "default": {
        "width_val": "wideSize",
        "max_width": "100%",
        "free_width": "90vw",
        "max_free_width": "100%",
        "height_val": "fit",
        "free_height": "90vh",
        "lat_pos": "left",
        "padding_content": {
          "top": "20px",
          "left": "10px",
          "bottom": "20px",
          "right": "10px"
        }
      }
    },
    "radius_slide": {
      "type": "object",
      "default": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px",
        "value": "0px"
      }
    },
    "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
    },
    "parallax_obj": {
      "type": "object",
      "default": null
    }
  },
  "textdomain": "slide-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}