{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "appiapp-carousel/pagination",
  "version": "0.1.0",
  "title": "Carousel Pagination",
  "category": "media",
  "icon": "ellipsis",
  "ancestor": [
    "appiapp-carousel/carousel"
  ],
  "usesContext": [
    "appiapp-carousel/carouselType"
  ],
  "description": "Pagination dots for the carousel.",
  "attributes": {
    "paginationType": {
      "type": "string",
      "default": "bullets"
    },
    "width": {
      "type": [
        "string",
        "number"
      ]
    },
    "height": {
      "type": "string"
    },
    "orientation": {
      "type": "string",
      "default": "row"
    },
    "position": {
      "type": "string",
      "default": ""
    },
    "top": {
      "type": "string",
      "default": ""
    },
    "right": {
      "type": "string",
      "default": ""
    },
    "bottom": {
      "type": "string",
      "default": ""
    },
    "left": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "anchor": true,
    "align": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "html": false,
    "color": {
      "background": true,
      "text": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalSelector": ".pagination-container",
      "__experimentalSkipSerialization": true,
      "__experimentalDefaultControls": {
        "color": false,
        "radius": false,
        "style": false,
        "width": false
      }
    }
  },
  "textdomain": "appiapp-carousel-free",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}