{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/post-pagenation",
  "version": "0.1.0",
  "title": "Post Pagenation",
  "category": "design",
  "supports": {
    "html": false
  },
  "attributes": {
    "pageType": {
      "type": "string",
      "default": "pagenation"
    },
    "dispOfItems": {
      "type": "number",
      "default": 3
    },
    "isArrowButton": {
      "type": "boolean",
      "default": true
    },
    "currentPage": {
      "type": "number",
      "default": 0
    },
    "selectedBlockId": {
      "type": "string",
      "default": ""
    },
    "groupBlockAttributes": {
      "type": "object",
      "default": {}
    },
    "numBlockAttributes": {
      "type": "object",
      "default": {}
    },
    "dummyBlockAttributes": {
      "type": "object",
      "default": {}
    },
    "forwardBlockAttributes": {
      "type": "object",
      "default": {}
    },
    "backBlockAttributes": {
      "type": "object",
      "default": {}
    },
    "forwardTitleAttributes": {
      "type": "object",
      "default": {}
    },
    "backTitleAttributes": {
      "type": "object",
      "default": {}
    }
  },
  "textdomain": "query-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}