{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "crosswinds-blocks/skills-slider",
  "version": "1.0",
  "title": "Skills Slider",
  "category": "crosswinds-blocks",
  "description": "Add a skills slider to show how much you know about something.",
  "attributes": {
    "sliderWidth": {
      "type": "number",
      "default": 50
    },
    "sliderHeight": {
      "type": "number",
      "default": 5
    },
    "percentWidth": {
      "type": "number"
    },
    "sliderBackgroundColor": {
      "type": "string"
    },
    "customSliderBackgroundColor": {
      "type": "string"
    },
    "sliderBackgroundColorValue": {
      "type": "string"
    },
    "sliderColor": {
      "type": "string"
    },
    "customSliderColor": {
      "type": "string"
    },
    "sliderColorValue": {
      "type": "string"
    },
    "gradient": {
      "type": "string"
    },
    "customGradient": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "crosswinds-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}