{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "remote-data-blocks/pagination",
  "version": "0.1.0",
  "usesContext": [
    "remote-data-blocks/remoteData"
  ],
  "title": "Pagination",
  "category": "widgets",
  "description": "Pagination controls for remote data blocks",
  "example": {},
  "attributes": {},
  "supports": {
    "customClassName": false,
    "className": false,
    "html": false
  },
  "textdomain": "remote-data-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}