{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "buntywp/left-toggle-content",
  "version": "1.0.0",
  "title": "Left Content",
  "category": "widgets",
  "icon": "arrow-left-alt2",
  "description": "A block to add content to the left of the toggle switch.",
  "example": {},
  "supports": {
    "html": false
  },
  "parent": [
    "buntywp/toggle-content"
  ],
  "textdomain": "left-toggle-content",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}