{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "shop-press/loop-description",
  "version": "1.0.0",
  "title": "Loop Description",
  "category": "sp_woo_loop",
  "description": "",
  "supports": {
    "html": false
  },
  "textdomain": "shop-press",
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "attributes": {
    "wrapperID": {
      "type": "string",
      "default": ""
    },
    "styler": {
      "type": "string",
      "default": "{}"
    }
  }
}