{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/wc-featured-product",
  "title": "WooCommerce Featured Product",
  "textdomain": "blockons",
  "icon": "star-empty",
  "category": "blockons-category",
  "keywords": [
    "featured",
    "product",
    "woocommerce",
    "wc",
    "blockons"
  ],
  "attributes": {
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "selectedProduct": {
      "type": "number",
      "default": ""
    },
    "padding": {
      "type": "number",
      "default": 15
    },
    "innerPadding": {
      "type": "number",
      "default": 15
    },
    "layout": {
      "type": "string",
      "default": "one"
    },
    "layoutSwitch": {
      "type": "boolean",
      "default": false
    },
    "layoutTwoOverlay": {
      "type": "boolean",
      "default": true
    },
    "overlayOpacity": {
      "type": "number",
      "default": 0.35
    },
    "showDesc": {
      "type": "boolean",
      "default": true
    },
    "showPrice": {
      "type": "boolean",
      "default": true
    },
    "showButton": {
      "type": "boolean",
      "default": true
    },
    "buttonType": {
      "type": "string",
      "default": "link"
    },
    "buttonTarget": {
      "type": "boolean",
      "default": false
    },
    "titleSize": {
      "type": "number",
      "default": ""
    },
    "titleColor": {
      "type": "string",
      "default": "#444"
    },
    "priceSize": {
      "type": "number",
      "default": ""
    },
    "priceColor": {
      "type": "string",
      "default": "#444"
    },
    "blockBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "blockDetailColor": {
      "type": "string",
      "default": "#FFF"
    },
    "blockFontColor": {
      "type": "string",
      "default": "#444"
    },
    "buttonText": {
      "type": "string",
      "default": "View Product"
    },
    "detailWidth": {
      "type": "number",
      "default": 50
    },
    "imgHeight": {
      "type": "number",
      "default": "auto"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "script": "blockons-js",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}