Items not showing in categories
hello I try to configure GuiShop. I add all items like this https://pastebin.com/h6vcnv9q
I add the items but they don't appear in their categories. I add the items but they don't appear in the categories Does anyone have their .json file to share with me please?
  "Shop - Shop Categories": {
    "Fuse":{
      "buy": "10",
      "item": "fuse",
      "sell": "10"
    },
    "Barrel Costume": {
      "buy": "100",
      "item": "barrelcostume",
      "sell": "10"
    }
},
  "Shop - Shop Icon Url": "LogoLink",
  "Shop - Shop List": {
    "attire": {
      "buy": [
        "Barrel Costume"
      ],
      "description": "You currently have {0} coins to spend in the attire shop",
      "name": "Clothing",
      "sell": [
        "Barrel Costume"
      ]
    },

Example config ^ you don't have any of the items coded in to make your config work. I am working on a new default config update that will be pushed out Monday morning.