{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Post Comments Form",
  "name": "zolo/post-comments-form",
  "category": "zoloblocks-single",
  "keywords": [
    "post",
    "comments",
    "form",
    "discussion",
    "engagement",
    "interaction"
  ],
  "description": "Customizable dynamic post comment form for your website single post comments form",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "usesContext": [
    "postId",
    "postType"
  ],
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}