{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "airfieldhub/ppr",
  "version": "0.1.0",
  "title": "AirfieldHub PPR",
  "category": "widgets",
  "icon": "airplane",
  "description": "AirfieldHub - accept PPR, keep a log of all your movements, and instant online payments for landing fees, parking fees amongst so many other features. This is the AirfieldHub PPR block / widget for your wordpress website.",
  "supports": {
    "html": false
  },
  "textdomain": "airfieldhub",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "numberOfItems": {
      "type": "number",
      "default": 3
    },
    "columns": {
      "type": "number",
      "default": 1
    }
  }
}