{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/woogrid",
  "version": "1.0.0",
  "title": "Products Grid",
  "category": "omnipress",
  "icon": "",
  "description": "Product Grid -- Display your product in a structured grid-based layout with additional settings.",
  "supports": {
    "html": false
  },
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "carousel": {
      "type": "boolean",
      "default": false
    },
    "options": {
      "type": "string",
      "default": "arrow"
    },
    "arrowNext": {
      "type": "string",
      "default": "fa fa-angle-right"
    },
    "arrowPrev": {
      "type": "string",
      "default": "fa fa-angle-left"
    },
    "toggle": {
      "type": "object",
      "default": {
        "title": true,
        "image": true,
        "addToCart": true,
        "price": true,
        "regularPrice": true,
        "badge": true,
        "ratings": true,
        "discountPercent": true
      }
    },
    "rows": {
      "type": "number",
      "default": 2
    },
    "offset": {
      "type": "number",
      "default": 0
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "sortType": {
      "type": "string",
      "default": "popularity"
    },
    "category": {
      "type": "number"
    },
    "gridWrapper": {
      "type": "object",
      "default": {}
    },
    "mediaWrapper": {
      "type": "object",
      "default": {}
    },
    "mediaWrapperImg": {
      "type": "object",
      "default": {}
    },
    "card": {
      "type": "object",
      "default": {}
    },
    "title": {
      "type": "object",
      "default": {}
    },
    "price": {
      "type": "object",
      "default": {}
    },
    "sale": {
      "type": "object",
      "default": {}
    },
    "discountedPrice": {
      "type": "object",
      "default": {}
    },
    "discount": {
      "type": "object",
      "default": {}
    },
    "ratings": {
      "type": "object",
      "default": {}
    },
    "addToCart": {
      "type": "object",
      "default": {}
    },
    "content": {
      "type": "object",
      "default": {}
    },
    "outstock": {
      "type": "object",
      "default": {}
    }
  },
  "textdomain": "product_grid",
  "viewScript": [
    "file:./frontend.js"
  ],
  "style": [
    "file:./index.css"
  ],
  "render": "file:./render.php"
}