{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "sb/content-slider-item",
  "version": "0.1.0",
  "title": "Slide",
  "category": "sb-blocks",
  "keywords": [
    "solo"
  ],
  "parent": [
    "sb/content-slider"
  ],
  "icon": "smiley",
  "description": "Example block scaffolded with Create Block tool.",
  "supports": {
    "html": false
  },
  "textdomain": "sb_logo",
  "editorScript": "file:./editor.js",
  "editorStyle": "file:./editor.css",
  "attributes": {}
}