{
  "apiVersion": 2,
  "name": "services-section/services",
  "title": "Services Section",
  "description": "Display your business services in a clean, responsive, and customizable section.",
  "category": "widgets",
  "keywords": [
    "our services",
    "services template",
    "services section"
  ],
  "textdomain": "services-section",
  "attributes": {
    "align": {
      "type": "string",
      "default": "wide"
    },
    "cId": {
      "type": "string",
      "default": ""
    },
    "layout": {
      "type": "string",
      "default": "default"
    },
    "columns": {
      "type": "object",
      "default": {
        "desktop": 3,
        "tablet": 2,
        "mobile": 1
      }
    },
    "columnGap": {
      "type": "string",
      "default": "30px"
    },
    "rowGap": {
      "type": "string",
      "default": "30px"
    },
    "background": {
      "type": "object",
      "default": {
        "color": "#0000"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "side": 4
      }
    },
    "border": {
      "type": "object",
      "default": {}
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "itemHeight": {
      "type": "string",
      "default": "375px"
    },
    "itemPadding": {
      "type": "object",
      "default": {
        "side": 4,
        "top": "50px",
        "right": "30px",
        "bottom": "50px",
        "left": "50px"
      }
    },
    "itemBorder": {
      "type": "object",
      "default": {
        "radius": "15px"
      }
    },
    "itemShadow": {
      "type": "object",
      "default": {
        "blur": "20px",
        "color": "#0000001a"
      }
    },
    "itemHovShadow": {
      "type": "object",
      "default": {
        "hOffset": 0,
        "vOffset": "12px",
        "blur": "20px",
        "spreed": "-7px",
        "color": "rgba(0, 0, 0, 0.2)"
      }
    },
    "showBorderDiv": {
      "type": "boolean",
      "default": true
    },
    "borderDivBg": {
      "type": "string",
      "default": "#21759b"
    },
    "iconPadding": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "10px"
      }
    },
    "iconMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "20px"
      }
    },
    "titleTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 23,
          "tablet": 20,
          "mobile": 18
        }
      }
    },
    "titleMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "30px"
      }
    },
    "descTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 16,
          "tablet": 16,
          "mobile": 16
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true,
      "columns": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    }
  },
  "editorScript": [
    "file:./index.js",
    "wp-api"
  ],
  "editorStyle": "file:./index.css",
  "style": [
    "file:./view.css",
    "fontAwesome"
  ],
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}