CraftPlus

Add categories with image and text. Pages for each category.
Add option to require workbench tiers

Categories are set by a number when the user is creating the config. So for example any vehicle would be set as 0.
Code:
      "Categories": {
        "GroupName": "Vehicles",
        "Image url": "something that best shows/describes the group",
        "CategoryNumber": "0"
      },
Code:
      "1. Info": {
        "Display Name": "Car",
        "Image url": "https://i.imgur.com/ywjhm3i.png",
        "Description": "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of car say they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods."
        "Category": "0"
      },
 
Top