{
  "name": "dnwoo/cat-masonry",
  "d4Shortcode": "dnwoo_cat_masonry",
  "title": "Woo Category Masonry",
  "titles": "Woo Category Masonrys",
  "category": "module",
  "moduleIcon": "dnwoo/cat-masonry",
  "folder": "woo-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Category Masonry Module"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#ecf4f7"
              }
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "content_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_cate_grid_content_inner",
      "default": {
        "innerContent": {},
        "decoration": {
          "column": {
            "desktop": {
              "value": "4"
            }
          },
          "gutter": {
            "desktop": {
              "value": "30px"
            }
          }
        },
        "advanced": {
          "htmlAttributes": {},
          "hide_empty": {
            "desktop": {
              "value": "on"
            }
          },
          "include_categories": {
            "desktop": {
              "value": ["all"]
            }
          },
          "orderby": {
            "desktop": {
              "value": "id"
            }
          },
          "thumbnail_size": {
            "desktop": {
              "value": "woocommerce_thumbnail"
            }
          },
          "category_number": {
            "desktop": {
              "value": "10"
            }
          },
          "offset": {
            "desktop": {
              "value": "0"
            }
          },
          "order": {
            "desktop": {
              "value": "ASC"
            }
          },
          "show_product_count": {
            "desktop": {
              "value": "on"
            }
          },
          "display_stack": {
            "desktop": {
              "value": "off"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "category_name": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_cate_grid_title",
      "default": {
        "innerContent": {},
        "decoration": {},
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "product_count": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_cate_grid_count",
      "default": {
        "innerContent": {},
        "decoration": {},
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_cate_grid_thumbnail img",
      "decoration": {},
      "styleProps": {
        "spacing": {
          "important": false
        }
      }
    }
  },
  "customCssFields": {
    "category_name": {
      "subName": "category_name",
      "selectorSuffix": " .dnwoo_product_cate_grid_title"
    },
    "product_count": {
      "subName": "product_count",
      "selectorSuffix": " .dnwoo_product_cate_grid_count"
    },
    "content_wrapper": {
      "subName": "content_wrapper",
      "selectorSuffix": " .dnwoo_product_cate_grid_content_inner"
    }
  }
}
