{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caledros-basic-blocks/category-loop",
  "title": "Category Loop",
  "category": "caledros-basic-blocks",
  "icon": "block-default",
  "description": "A block that displays a list of published categories from the website.",
  "keywords": ["posts", "loop"],
  "version": "1.0",
  "textdomain": "caledros-basic-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "example": {
    "attributes": {
      "showDemoData": true
    },
    "viewportWidth": 800
  },
  "attributes": {
    "showNumberOfPublications": {
      "type": "boolean",
      "default": true
    },
    "categoriesLoopTitle": {
      "type": "string",
      "default": "Website Title"
    },
    "categoriesLoopTitleIcon": {
      "type": "object",
      "default": {
        "id": 0,
        "alt": "Icon",
        "url": ""
      }
    },
    "showDemoData": {
      "type": "boolean",
      "default": false
    },
    "showUncategorizedCategory": {
      "type": "boolean",
      "default": false
    },
    "columnNoDesktop": {
      "type": "object",
      "default": {
        "enableCustomValue": false,
        "columnNo": 4
      }
    },
    "columnNoTablet": {
      "type": "object",
      "default": {
        "enableCustomValue": false,
        "columnNo": 2
      }
    },
    "columnNoMobile": {
      "type": "object",
      "default": {
        "enableCustomValue": false,
        "columnNo": 1
      }
    }
  },
  "supports": {
    "className": false,
    "html": false
  }
}
