{
  "apiVersion": 3,
  "title": "Jump To Section",
  "name": "brandy/jump-to-section",
  "category": "brandy-blocks",
  "description": "Emphasizing the action of jumping directly to a section.",
  "attributes": {
    "jumpType": {
      "type": "string",
      "default": "top"
    },
    "sectionSelector": {
      "type": "string",
      "default": "#"
    },
    "scrollBehaviour": {
      "type": "string",
      "default": "smooth"
    },
    "scrollDuration": {
      "type": "number",
      "default": 1000
    },
    "position": {
      "type": "string",
      "default": "bottom-right"
    },
    "icon": {
      "type": "object",
      "default": {
        "name": "arrow-line-up",
        "type": "regular",
        "size": "32"
      }
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "shadow": true,
    "spacing": {
      "blockGap": {
        "__experimentalDefault": "1.25em"
      },
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "padding": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "example": {
    "viewportWidth": 400,
    "attributes": {
      "style": {
        "color": {
          "text": "#fff",
          "background": "#000"
        },
        "spacing": {
          "padding": "10px"
        },
        "border": {
          "radius": "100px"
        }
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "brandy-blocks/jump-to-section"
}