{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "appiapp-carousel/carousel-item",
  "version": "0.1.0",
  "title": "Content Panel",
  "category": "media",
  "parent": [
    "appiapp-carousel/items-container"
  ],
  "icon": "slides",
  "description": "A single carousel slide item.",
  "usesContext": [
    "appiapp-carousel/carouselType"
  ],
  "supports": {
    "html": false,
    "reusable": false,
    "className": true,
    "color": {
      "background": true,
      "gradients": true,
      "heading": true,
      "link": true,
      "text": true
    },
    "spacing": {
      "padding": false,
      "margin": false
    }
  },
  "textdomain": "appiapp-carousel",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}