{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "getwid/template-post-comments",
  "description": "Displays the post comment count.",
  "title": "Comments",
  "category": "getwid-post-blocks",
  "icon": "admin-comments",
  "textdomain": "getwid",
  "supports": {
    "inserter": true
  },
  "attributes": {
    "blockDivider": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "icon": {
      "type": "string",
      "default": "fas fa-comments"
    },
    "iconColor": {
      "type": "string"
    },
    "customIconColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    },
    "customFontSize": {
      "type": "string"
    },
    "textAlignment": {
      "type": "string"
    },
    "className": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css"
}