{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "templazee/comment-count",
  "version": "0.1.0",
  "title": "Comment Count",
  "category": "templazee",
  "description": "Displays the total number of comments on a post or page, helping users engage with content and track discussions.",
  "supports": {
    "html": true,
    "anchor": true
  },
  "textdomain": "comment-count",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "chooseIcon": {
      "type": "string",
      "default": "icon1"
    },
    "showIcon": {
      "type": "boolean",
      "default": true
    },
    "iconPosition": {
      "type": "string",
      "default": "before"
    },
    "iconSize": {
      "type": "number",
      "default": 20
    },
    "iconColor": {
      "type": "string",
      "default": "#000000"
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "number",
      "default": 16
    },
    "gap": {
      "type": "number",
      "default": 5
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "perPageValue": {
      "type": "string",
      "default": "left"
    }
  }
}