{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "hide-or-toggle/simple-toggle",
  "version": "0.1.0",
  "title": "Simple Toggle",
  "category": "widgets",
  "keywords": [
    "hide",
    "show",
    "toggle",
    "accordion",
    "faq"
  ],
  "icon": "plus-alt",
  "description": "Simple Toggle is based in Itm Simple Hide. ",
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    }
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "expanded",
      "label": "Expanded"
    },
    {
      "name": "compact",
      "label": "Compact"
    }
  ],
  "attributes": {
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".title"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".hidden"
    },
    "backgroundColor": {
      "type": "string"
    },
    "speed": {
      "type": "string",
      "default": "slow"
    }
  },
  "example": {
    "attributes": {
      "title": "Use a tittle or a question",
      "content": "A paragraph with some content."
    }
  },
  "textdomain": "hide-or-toggle",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}