{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "templazee/back-to-top",
  "version": "0.1.0",
  "title": "Back To Top",
  "category": "templazee",
  "description": "Adds a button that allows users to quickly scroll back to the top of the page for improved navigation and user experience.",
  "example": {},
  "supports": {
    "html": false,
    "align": true
  },
  "textdomain": "back-to-top",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "icons": {
      "type": "string",
      "default": "cornerRightUp"
    },
    "iconSize": {
      "type": "number",
      "default": 20
    },
    "iconColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "iconBackground": {
      "type": "string",
      "default": "#27548A"
    },
    "strokeWidth": {
      "type": "number",
      "default": 2
    },
    "border": {
      "type": "number",
      "default": 0
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "borderColor": {
      "type": "string",
      "default": ""
    },
    "paddingHorizontal": {
      "type": "number",
      "default": 16
    },
    "paddingVertical": {
      "type": "number",
      "default": 16
    },
    "iconPosition": {
      "type": "string",
      "default": "left"
    },
    "bottomSpacing": {
      "type": "number",
      "default": 1
    },
    "rightSpacing": {
      "type": "number",
      "default": 1
    },
    "leftSpacing": {
      "type": "number",
      "default": 1
    }
  }
}