{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "storagepress/storage-unit-meta-block",
  "title": "Storage Unit Detail",
  "icon": "vault",
  "category": "storagepress",
  "description": "A block to display the details of one of your storage units.",
  "keywords": [
    "storagepress",
    "storage unit",
    "storage",
    "unit",
    "meta",
    "price",
    "size",
    "available",
    "features",
    "detail",
    "details"
  ],
  "version": "1.0.0",
  "textdomain": "storagepress",
  "attributes": {
    "key": {
      "type": "string",
      "default": "none"
    }
  },
  "usesContext": [
    "postType",
    "postId"
  ],
  "selectors": {
    "text": ".storage-unit-meta-block"
  },
  "supports": {
    "color": {
      "background": false,
      "text": true
    },
    "typography": {
      "fontSize": true,
      "fontSizeUnit": [
        "px",
        "em",
        "rem"
      ],
      "fontStyle": true
    },
    "html": false,
    "align": true
  },
  "example": {
    "attributes": {
      "key": "stpr_size"
    }
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "style": "file:./style-index.css",
  "editorStyle": "file:./index.css"
}