{
  "name": "woolentor/archive-result-count",
  "category": "woolentor-shop",
  "title": "WL: Archive Result Count",
  "description": "Show the number of products available in your archive or shop page.",
  "keywords": [
    "woolentor",
    "archive",
    "result",
    "count",
    "archive result count"
  ],
  "attributes": {
    "blockUniqId": {
      "type": "string",
      "default": ""
    },
    "areaPadding": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}} { padding: {{areaPadding}}; }"
      }
    },
    "areaBGProperty": {
      "type": "object",
      "default": {
        "imageId": null,
        "imageUrl": "",
        "position": "",
        "attachment": "",
        "repeat": "",
        "size": ""
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}"
      }
    },
    "productPerPage": {
      "type": "number",
      "default": 16
    },
    "resultCountTypography": {
      "type": "object",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_result_count .woocommerce-result-count"
      }
    },
    "resultCountSize": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_result_count .woocommerce-result-count{ font-size:{{resultCountSize}}!important; }"
      },
      "deprecated": true,
      "_comment": "legacy font size before resultCountTypography"
    },
    "resultCountColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_result_count .woocommerce-result-count{ color:{{resultCountColor}}!important; }"
      }
    },
    "contentAlignment": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}} { text-align:{{contentAlignment}}; }"
      }
    },
    "resultCountMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_result_count{ margin:{{resultCountMargin}}!important; }"
      }
    }
  }
}