{
  "name": "woolentor/store-feature",
  "category": "woolentor-blocks",
  "title": "WL: Store Feature",
  "description": "Highlight essential store features like shipping info, return policies, and more.",
  "keywords": [
    "woolentor",
    "shop feature",
    "feature",
    "store"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "blockUniqId": {
      "type": "string",
      "default": ""
    },
    "layout": {
      "type": "string",
      "default": "1"
    },
    "featureImage": {
      "type": "object",
      "default": {
        "id": null,
        "url": ""
      }
    },
    "title": {
      "type": "string",
      "default": "Free shipping"
    },
    "subTitle": {
      "type": "string",
      "default": "Start from $100"
    },
    "textAlignment": {
      "type": "string",
      "default": "center"
    },
    "areaBorderColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}} .ht-feature-inner { border-color: {{areaBorderColor}}; }"
      }
    },
    "areaHoverBorderColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap:hover .ht-feature-inner { border-color: {{areaHoverBorderColor}}; }"
      }
    },
    "areaMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-inner { margin: {{areaMargin}}; }"
      }
    },
    "areaPadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-inner { padding: {{areaPadding}}; }"
      }
    },
    "areaBackgroundColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap { background-color: {{areaBackgroundColor}}; }"
      }
    },
    "titleColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content h4 { color: {{titleColor}}; }"
      }
    },
    "titleTypography": {
      "type": "object",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content h4"
      }
    },
    "titleSize": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content h4 { font-size: {{titleSize}}; }"
      },
      "deprecated": true,
      "_comment": "legacy font size before titleTypography"
    },
    "titleMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content h4 { margin: {{titleMargin}}; }"
      }
    },
    "subTitleColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content p { color: {{subTitleColor}}; }"
      }
    },
    "subTitleTypography": {
      "type": "object",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content p"
      }
    },
    "subTitleSize": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content p { font-size: {{subTitleSize}}; }"
      },
      "deprecated": true,
      "_comment": "legacy font size before subTitleTypography"
    },
    "subTitleMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.ht-feature-wrap .ht-feature-content p { margin: {{subTitleMargin}}; }"
      }
    }
  }
}