{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "surecart/product-list-content",
  "title": "Content",
  "description": "Display the product list content.",
  "version": "1.0.0",
  "category": "surecart-product-list",
  "example": {},
  "ancestor": [
    "surecart/product-list"
  ],
  "attributes": {},
  "supports": {
    "interactivity": true,
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowSizingOnChildren": true,
      "default": {
        "type": "flex",
        "orientation": "horizontal",
        "verticalAlignment": "top",
        "flexWrap": "nowrap"
      }
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true,
      "default": {
        "blockGap": "0"
      }
    }
  },
  "textdomain": "surecart",
  "editorScript": "file:./index.js",
  "render": "file:./view.php"
}