{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bpsc/video-showcase-section",
  "version": "1.0.0",
  "title": "Video Showcase Section",
  "category": "bPlugins",
  "description": "Video Showcase Section is a WordPress plugin for displaying videos in responsive galleries with title and description.",
  "keywords": [
    "Video Showcase Section"
  ],
  "textdomain": "section-collection",
  "attributes": {
    "data": {
      "type": "object",
      "default": {
        "videoURL": "https://templates.bplugins.com/wp-content/uploads/2026/02/flower.mp4",
        "thumbnail": "https://templates.bplugins.com/wp-content/uploads/2026/02/video-showcase-section-thumbnail-scaled.jpg"
      }
    },
    "layout": {
      "type": "object",
      "default": {
        "section": {
          "margin": {
            "desktop": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "tablet": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "mobile": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            }
          },
          "padding": {
            "desktop": {
              "top": "100px",
              "right": "20px",
              "bottom": "100px",
              "left": "20px"
            },
            "tablet": {
              "top": "70px",
              "right": "20px",
              "bottom": "70px",
              "left": "20px"
            },
            "mobile": {
              "top": "50px",
              "right": "10px",
              "bottom": "50px",
              "left": "10px"
            }
          },
          "minHeight": {
            "desktop": "70vh",
            "tablet": "70vh",
            "mobile": "70vh"
          }
        },
        "videoCont": {
          "minHeight": {
            "desktop": "450px",
            "tablet": "450px",
            "mobile": "450px"
          },
          "maxWidth": {
            "desktop": "900px",
            "tablet": "900px",
            "mobile": "900px"
          },
          "borderRadius": {
            "top": "20px",
            "right": "20px",
            "bottom": "20px",
            "left": "20px"
          }
        }
      }
    },
    "styles": {
      "type": "object",
      "default": {
        "section": {
          "bg": {
            "type": "gradient",
            "overlayColor": "rgba(0, 0, 0, 0.70)",
            "position": "center center",
            "image": {
              "url": ""
            },
            "color": "#00000000",
            "gradient": "linear-gradient(135deg, #4a90e2, #2c5282)",
            "repeat": "no-repeat",
            "size": "cover"
          },
          "title": {
            "color": "#fff",
            "typo": {
              "fontCategory": "sans-serif",
              "fontFamily": "Default",
              "fontSize": {
                "desktop": 38,
                "tablet": 38,
                "mobile": 34
              },
              "fontVariant": 400,
              "fontWeight": 800,
              "isUploadFont": true,
              "lineHeight": 0,
              "textDecoration": "",
              "textTransform": "none"
            }
          },
          "description": {
            "color": "#fff",
            "typo": {
              "fontCategory": "sans-serif",
              "fontFamily": "Default",
              "fontSize": {
                "desktop": 16,
                "tablet": 16,
                "mobile": 16
              },
              "fontVariant": 400,
              "fontWeight": 400,
              "isUploadFont": true,
              "lineHeight": 0,
              "textDecoration": "",
              "textTransform": "none"
            }
          }
        },
        "videoCont": {
          "playBtn": {
            "color": "#fff",
            "bg": "rgba(255, 255, 255, 0.15)"
          },
          "shadow": {
            "hover": [
              {
                "blur": "60px",
                "color": "rgba(0, 0, 0, 0.6)",
                "hOffset": "12px",
                "isInset": false,
                "spreed": "10px",
                "vOffset": "12px"
              }
            ],
            "normal": [
              {
                "blur": "0px",
                "color": "rgba(0, 0, 0, 0.6)",
                "hOffset": "0px",
                "isInset": false,
                "spreed": "0px",
                "vOffset": "0px"
              }
            ]
          },
          "modalBg": "rgba(0, 0, 0, 0.85)"
        }
      }
    },
    "sectionHeader": {
      "type": "object",
      "default": {
        "status": true,
        "title": "Watch Our Story",
        "description": "Discover how we create powerful solutions that help businesses grow faster and smarter."
      }
    },
    "align": {
      "type": "string",
      "default": "full"
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "colors": {
      "type": "object",
      "default": {
        "color": "black",
        "bg": "#B1C5A4"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": "file:../index.js",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}