{
  "name": "woolentor/archive-catalog-ordering",
  "category": "woolentor-shop",
  "title": "WL: Archive Catalog Ordering",
  "description": "Display sorting options menu for shop and archive page.",
  "keywords": [
    "woolentor",
    "archive",
    "ordering",
    "shorting",
    "catalog",
    "archive ordering catalog"
  ],
  "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}}"
      }
    },
    "orderingTypography": {
      "type": "object",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select"
      }
    },
    "orderingSize": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select{ font-size:{{orderingSize}}!important; }"
      },
      "deprecated": true,
      "_comment": "legacy font size before orderingTypography"
    },
    "orderingColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select{ color:{{orderingColor}}!important; }"
      }
    },
    "orderingBGColor": {
      "type": "string",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select{ background-color:{{orderingBGColor}}!important; }"
      }
    },
    "orderingHeight": {
      "type": "number",
      "default": 40,
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select{ height:{{orderingHeight}}px!important; }"
      }
    },
    "orderingBorder": {
      "type": "object",
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select"
      }
    },
    "orderingBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering .woocommerce-ordering select{ border-radius:{{orderingBorderRadius}}!important; }"
      }
    },
    "orderingMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "link": "yes"
      },
      "style": {
        "selector": "{{WOOLENTOR_WRAPPER}}.woolentor_archive_catalog_ordering{ margin:{{orderingMargin}}!important; }"
      }
    }
  }
}