{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "create-block/dynamicblocks",
  "version": "0.1.0",
  "title": "Dynamic Products",
  "category": "dynamic-blocks",
  "icon": "products",
  "description": "Display Woocommerce Dynamic Products Recommendations for Gutenberg",
  "supports": {
    "html": true,
    "customClassName": false
  },
  "example": {
    "attributes": {
      "cover": "http://192.168.1.49/block_test/wp-content/uploads/2023/05/t-shirt-with-logo-1-450x450.jpg"
    },
    "viewportWidth": 800
  },
  "attributes": {
    "block_title": {
      "type": "string",
      "default": ""
    },
    "block_note": {
      "type": "string"
    },
    "dataset": {
      "type": "array"
    },
    "dataset2": {
      "type": "array"
    },
    "order_by": {
      "type": "string",
      "default": "date"
    },
    "mode": {
      "type": "string",
      "default": "asc"
    },
    "limit": {
      "type": "string",
      "default": 5
    },
    "rule_and_condition": {
      "type": "string",
      "default": "0"
    },
    "rule_and_condition2": {
      "type": "string",
      "default": "0"
    },
    "excerptToggle": {
      "type": "boolean",
      "default": false
    },
    "carouselToggle": {
      "type": "boolean",
      "default": false
    },
    "addToCartBtnToggle": {
      "type": "boolean",
      "default": false
    },
    "autoplayToggle": {
      "type": "boolean",
      "default": false
    },
    "gbcustomCssClass": {
      "type": "string"
    },
    "gbcustomCss": {
      "type": "string"
    },
    "gbcustomJs": {
      "type": "string"
    },
    "gbutmSource": {
      "type": "string"
    },
    "gbutmMedium": {
      "type": "string"
    },
    "gbutmCampaign": {
      "type": "string"
    }
  },
  "textdomain": "dynamicblocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}