{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "info-grid/info-grid",
  "version": "1.0.0",
  "title": "Info Grid",
  "category": "bPlugins",
  "description": "Info Grid displays your content beautifully in responsive, customizable, and professional grid layouts.",
  "keywords": [
    "Info Grid"
  ],
  "textdomain": "info-grid",
  "attributes": {
    "align": {
      "type": "string",
      "default": "full"
    },
    "infoGrid": {
      "type": "array",
      "default": [
        {
          "title": "Human-sounding voiceovers to bring your",
          "image": "https://templates.bplugins.com/wp-content/uploads/2025/08/feature-img-46.png",
          "lightShape": false,
          "blurGlowEllipse": false,
          "link": {
            "url": "",
            "isOpenNewTab": true
          }
        },
        {
          "title": "Online AI video generator",
          "image": "https://templates.bplugins.com/wp-content/uploads/2025/08/feature-img-47.png",
          "lightShape": false,
          "blurGlowEllipse": false,
          "link": {
            "url": "",
            "isOpenNewTab": true
          }
        },
        {
          "title": "16 million+ stock photos and videos available",
          "image": "https://templates.bplugins.com/wp-content/uploads/2025/08/feature-img-48.png",
          "lightShape": true,
          "blurGlowEllipse": false,
          "link": {
            "url": "",
            "isOpenNewTab": true
          }
        },
        {
          "title": "Collaborate in real-time with multiplayer editing",
          "image": "https://templates.bplugins.com/wp-content/uploads/2025/08/feature-img-49.png",
          "lightShape": false,
          "blurGlowEllipse": true,
          "link": {
            "url": "",
            "isOpenNewTab": true
          }
        },
        {
          "title": "Publish your video just 1 min length",
          "image": "https://templates.bplugins.com/wp-content/uploads/2025/08/feature-img-50.png",
          "lightShape": false,
          "blurGlowEllipse": false,
          "link": {
            "url": "",
            "isOpenNewTab": true
          }
        },
        {
          "title": "Collaborated in project real-time",
          "image": "https://templates.bplugins.com/wp-content/uploads/2025/08/feature-img-51.png",
          "lightShape": false,
          "blurGlowEllipse": false,
          "link": {
            "url": "",
            "isOpenNewTab": true
          }
        }
      ]
    },
    "styles": {
      "type": "object",
      "default": {
        "bg": {
          "type": "solid",
          "color": "#090a0c"
        },
        "padding": {
          "desktop": {
            "top": "100px",
            "right": "50px",
            "bottom": "100px",
            "left": "50px"
          },
          "tablet": {
            "top": "100px",
            "right": "50px",
            "bottom": "100px",
            "left": "50px"
          },
          "mobile": {
            "top": "100px",
            "right": "20px",
            "bottom": "100px",
            "left": "20px"
          }
        },
        "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"
          }
        },
        "gap": {
          "column": "24px",
          "row": "24px"
        },
        "radius": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "column": {
          "bg": {
            "type": "solid",
            "color": "#090a0c"
          },
          "padding": {
            "top": "24px",
            "right": "24px",
            "bottom": "24px",
            "left": "24px"
          },
          "radius": {
            "top": "18px",
            "right": "18px",
            "bottom": "18px",
            "left": "18px"
          },
          "border": {
            "color": "rgba(255,255,255,.08)",
            "style": "solid",
            "width": "1px"
          },
          "title": {
            "color": "#FFFFFF",
            "hoverColor": "#F65C34",
            "typo": {
              "fontFamily": "",
              "fontCategory": "sans-serif",
              "fontWeight": "600",
              "fontVariant": "400",
              "isUploadFont": true,
              "fontSize": {
                "desktop": 20,
                "tablet": 20,
                "mobile": 20
              },
              "fontStyle": "normal",
              "textTransform": "none",
              "textDecoration": "none",
              "lineHeight": "",
              "letterSpace": "0px"
            }
          },
          "image": {
            "height": "230px",
            "radius": {
              "top": "24px",
              "right": "24px",
              "bottom": "24px",
              "left": "24px"
            }
          }
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": "file:../index.js",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}