{
  "name": "dnwoo/category-accordion",
  "d4Shortcode": "dnwoo_cat_accordion",
  "title": "Woo Category Accordion",
  "titles": "Woo Category Accordions",
  "moduleIcon": "dnwoo/NextWooCatAccordion",
  "folder": "woo-essential",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Static Module"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "sizing": {
          "important": true,
          "selector": "{{selector}}.et_pb_module"
        }
      }
    },
    "categoryAccordion": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_cateaccordion_child",
      "default": {
        "advanced": {
          "hideEmptyCategory": {
            "desktop": {
              "value": "on"
            }
          },
          "thumbnailSize": {
            "desktop": {
              "value": "woocommerce_thumbnail"
            }
          },
          "includeCategories": {
            "desktop": {
              "value": ""
            }
          },
          "categoryPerPage": {
            "desktop": {
              "value": "10"
            }
          },
          "categoryOffset": {
            "desktop": {
              "value": ""
            }
          },
          "order": {
            "desktop": {
              "value": "asc"
            }
          },
          "orderBy": {
            "desktop": {
              "value": "date"
            }
          },
          "showProductCount": {
            "desktop": {
              "value": "on"
            }
          },
          "showDescription": {
            "desktop": {
              "value": "on"
            }
          },
          "nameStacked": {
            "desktop": {
              "value": "off"
            }
          },
          "accordionStyle": {
            "desktop": {
              "value": "on_hover"
            }
          },
          "expandLastItem": {
            "desktop": {
              "value": "off"
            }
          },
          "accordionDirection": {
            "desktop": {
              "value": "row"
            }
          },
          "accordionHeight": {
            "desktop": {
              "value": "400px"
            }
          },
          "activeImageSize": {
            "desktop": {
              "value": "5"
            }
          },
          "gutterSpace": {
            "desktop": {
              "value": "0px"
            }
          }
          
        }
      }
      
    },
    "contentBg": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_cateaccordion_conent"
     
    },
    "categoryImage": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_cateaccordion_child",
      "styleProps": {
        "background": {
          "selector": "{{selector}} .dnwoo_cateaccordion_child .dnwoo_cateaccordion_bg"
        },
        "border": {
          "selector": "{{selector}} .dnwoo_cateaccordion_child"
        }
      }
    },
    "categoryTitle": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_cateaccordion_categories .category_title"
    },
    "categoryCount": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_cateaccordion_categories .dnwoo_cateaccordion_count"
    },
    "categoryDescription": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_cateaccordion_description"
    }
  },
  "customCssFields": {
    "categoryTitle": {
      "subName": "categoryTitle",
      "selectorSuffix": " .dnwoo_cateaccordion_categories .category_title"
    },
    "categoryCount": {
      "subName": "categoryCount",
      "selectorSuffix": " .dnwoo_cateaccordion_categories .dnwoo_cateaccordion_count"
    },
    "categoryDescription": {
      "subName": "categoryDescription",
      "selectorSuffix": " .dnwoo_cateaccordion_description"
    },
    "categoryImage": {
      "subName": "categoryImage",
      "selectorSuffix": " .dnwoo_cateaccordion_child, .dnwoo_cateaccordion_child .dnwoo_cateaccordion_bg"
    },
    "contentBg": {
      "subName": "contentBg",
      "selectorSuffix": " .dnwoo_cateaccordion_conent"
    }
  }
}