{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/toggle",
  "version": "1.0",
  "title": "Toggle",
  "category": "mf-select-fields",
  "description": "A toggle On/Off field for boolean input.",
  "attributes": {
    "defaultValue": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "label": "Toggle",
      "defaultValue": true,
      "description": "A toggle On/Off field for boolean input."
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}