{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/full-width-banner",
  "version": "0.1.0",
  "title": "Full Width Banner",
  "category": "iwocaPay-category",
  "icon": "feedback",
  "description": "iwocaPay full width marketing banner. Configurable by loan duration and pricing type.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "loanDuration": {
      "type": "string",
      "default": "3"
    },
    "pricingType": {
      "type": "string",
      "default": "buyerPays"
    }
  },
  "textdomain": "full-width-banner",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}