{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Social Count Child",
  "name": "zolo/social-count-child",
  "category": "zoloblocks",
  "keywords": [
    "icon",
    "social",
    "count",
    "follower",
    "like",
    "share",
    "subscribe",
    "view",
    "twitter",
    "facebook",
    "instagram",
    "youtube"
  ],
  "description": "Display individual social counts with flexible design.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "parent": [
    "zolo/social-count"
  ],
  "supports": {
    "anchor": false,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}