{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/slide-item",
  "version": "1.0.0",
  "title": "CM Slider Item",
  "category": "codemanas-blocks",
  "description": "Slider Item",
  "example": {},
  "supports": {
    "html": false,
    "layout": {
      "allowSizingOnChildren": true
    }
  },
  "parent": [
    "cmblocks/slider"
  ],
  "textdomain": "cm-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "bg_color": {
      "type": "string",
      "default": ""
    }
  },
  "icon": "<svg className=\"cm-blocks__icon\" width=\"30\" height=\"14\" viewBox=\"0 0 30 14\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t<path fill=\"#e34f08\" fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 0C6.89543 0 6 0.89543 6 2V12C6 13.1046 6.89543 14 8 14H22C23.1046 14 24 13.1046 24 12V2C24 0.89543 23.1046 0 22 0H8ZM8 2H10H20H22V4V10V12H20H10H8V10V4V2ZM3.65958 4.77898C3.93477 5.08856 3.93168 5.58773 3.65269 5.89389L2.02628 7.67869L3.61152 9.18317C3.91196 9.46831 3.95087 9.96568 3.69843 10.2941C3.44598 10.6225 2.99777 10.6575 2.69732 10.3724L0.542916 8.32774C0.274993 8.07346 0.215048 7.65042 0.384231 7.32894C0.418537 7.25049 0.465219 7.17706 0.524256 7.11228L2.65615 4.77277C2.93514 4.46661 3.3844 4.46939 3.65958 4.77898ZM26.456 4.81704C26.7084 4.48865 27.1567 4.45358 27.4571 4.73872L29.6115 6.78337C29.8794 7.03765 29.9394 7.4607 29.7702 7.78219C29.7359 7.86063 29.6892 7.93405 29.6302 7.99883L27.4983 10.3383C27.2193 10.6445 26.77 10.6417 26.4948 10.3321C26.2197 10.0225 26.2227 9.52338 26.5017 9.21722L28.1281 7.43242L26.5429 5.92794C26.2425 5.6428 26.2035 5.14543 26.456 4.81704Z\" />\n\t\t\t</svg>"
}