{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "appiapp-carousel/next-arrow",
  "version": "0.1.0",
  "title": "Carousel Next Arrow",
  "category": "media",
  "ancestor": [
    "appiapp-carousel/carousel"
  ],
  "icon": "arrow-right-alt2",
  "description": "Next arrow navigation button for carousel.",
  "supports": {
    "html": false,
    "className": true,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "position": {
      "type": "string",
      "default": ""
    },
    "top": {
      "type": "string",
      "default": ""
    },
    "right": {
      "type": "string",
      "default": ""
    },
    "bottom": {
      "type": "string",
      "default": ""
    },
    "left": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "appiapp-carousel",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}