{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "vidplex/featured-video",
  "version": "1.0.1",
  "title": "Featured Video",
  "category": "vidplex",
  "textdomain": "vidplex",
  "supports": {
    "html": false
  },
  "attributes": {
    "clientId": {
      "type": "string",
      "default": ""
    },
    "cover": {
      "type": "string",
      "default": ""
    },
    "type": {
      "type": "string",
      "default": "default"
    },
    "layout": {
      "type": "string",
      "default": "default"
    },
    "controls": {
      "type": "object",
      "default": {
        "autoplay": true,
        "loop": true,
        "mute": true,
        "showControls": false
      }
    },
    "blockPlacement": {
      "type": "string",
      "default": "center center"
    },
    "videoStyles": {
      "type": "object",
      "default": {
        "width": {
          "desktop": ""
        },
        "height": {
          "desktop": "650px",
          "tablet": "450px",
          "mobile": "250px"
        }
      }
    },
    "carousel": {
      "type": "object",
      "default": {
        "bullet": {
          "enabled": true,
          "align": "center",
          "gap": "3px",
          "top": {
            "desktop": "0px"
          },
          "left": {
            "desktop": "0px"
          },
          "right": {
            "desktop": "0px"
          },
          "width": "10px",
          "height": "10px",
          "radius": "100px",
          "activeWidth": "10px",
          "activeHeight": "10px",
          "activeRadius": "10px",
          "activeBorder": {
            "width": "",
            "style": "",
            "color": ""
          },
          "activeBorderOffset": "0px"
        },
        "nav": {
          "enabled": true,
          "showOnHover": true,
          "size": "18px",
          "boxWidth": "44px",
          "boxHeight": "44px",
          "border": {
            "width": "",
            "style": "",
            "color": ""
          },
          "radius": "100px"
        },
        "slidesPerView": {
          "desktop": 1,
          "tablet": 1,
          "mobile": 1
        },
        "speed": 1200,
        "spaceBetween": 26,
        "centeredSlides": false,
        "loop": false,
        "autoplay": {
          "status": true,
          "delay": 2500,
          "pauseOnMouseEnter": true
        },
        "color": {
          "nav": "#fffffe",
          "navHover": "",
          "navBg": "#06af66",
          "navBgHover": "",
          "navBorderHover": "",
          "bullet": "#9a9a9a",
          "bulletHover": "",
          "bulletActive": "#06af66"
        }
      }
    },
    "mode": {
      "type": "string",
      "default": "always"
    },
    "video": {
      "type": "object",
      "default": {
        "url": "",
        "id": "",
        "title": "",
        "start": {
          "h": 0,
          "m": 0,
          "s": 0
        },
        "end": {
          "h": "",
          "m": "",
          "s": 10
        },
        "loadOnRefresh": true,
        "autoplay": true,
        "loop": true,
        "controls": false
      }
    },
    "styles": {
      "type": "object",
      "default": {
        "padding": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "width": {
          "desktop": ""
        },
        "height": {
          "desktop": "500px"
        },
        "border": {
          "width": "",
          "style": "",
          "color": ""
        },
        "radius": ""
      }
    },
    "stickyStyles": {
      "type": "object",
      "default": {
        "placement": "bottom right",
        "width": {
          "desktop": ""
        },
        "height": {
          "desktop": ""
        },
        "padding": {
          "desktop": {
            "top": "",
            "right": "",
            "bottom": "",
            "left": ""
          }
        },
        "margin": {
          "desktop": {
            "top": "16px",
            "right": "16px",
            "bottom": "16px",
            "left": "16px"
          }
        },
        "border": {
          "width": "",
          "style": "",
          "color": ""
        },
        "radius": ""
      }
    },
    "closeIcon": {
      "type": "object",
      "default": {
        "size": "16px",
        "boxWidth": "32px",
        "boxHeight": "32px",
        "border": {
          "width": "",
          "style": "",
          "color": ""
        },
        "radius": "0px",
        "position": "right",
        "top": "",
        "left": "",
        "right": "",
        "color": {
          "icon": "#fffffe",
          "iconHover": "",
          "bg": "#06af66",
          "bgHover": "",
          "borderHover": ""
        }
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        }
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "",
        "bottom": ""
      }
    }
  },
  "providesContext": {
    "layout": "layout"
  },
  "editorScript": [
    "file:./index.js",
    "vidplex-swiper-js",
    "file:../index.js"
  ],
  "editorStyle": [
    "file:./index.css"
  ],
  "style": [
    "file:./style-index.css",
    "vidplex-block-styles"
  ],
  "viewStyle": "vidplex-swiper-css",
  "script": [
    "vidplex-youtube-iframe-js"
  ],
  "viewScript": [
    "vidplex-swiper-js",
    "vidplex--featured-video--frontend-script",
    "vidplex-youtube-iframe-js"
  ],
  "render": "file:./render.php"
}