{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "buntywp/thread-item",
  "version": "1.0.0",
  "title": "Thread",
  "category": "widgets",
  "icon": "editor-ul",
  "description": "Thread Item.",
  "example": {},
  "supports": {
    "interactivity": true,
    "html": false,
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true
      }
    },
    "color": {
      "background": true,
      "text": true,
      "heading": false
    }
  },
  "attributes": {
    "sections": {
      "type": "array",
      "default": []
    },
    "threadLineColor": {
      "type": "string"
    },
    "threadLineWidth": {
      "type": "string"
    },
    "threadLineType": {
      "type": "string"
    },
    "threadTitle": {
      "type": "string"
    },
    "titleAlignment": {
      "type": "string",
      "default": "left"
    }
  },
  "textdomain": "thread-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}