Configuration
LB Tablet is highly configurable and automatically detects your framework by default.
If you want to customize the tablet further, you can do so in the config folder.
MDT
MDTs are configured in lb-tablet/config/mdts.json. See MDT for adding MDTs, copying existing MDTs, sharing report tabs between MDTs and more.
QBCore & QBox
Licenses
By default, only the driver and weapon licenses are enabled. You can enable more licenses by adding them to the local licenses table in lb-tablet/server/custom/frameworks/qb.lua/lb-tablet/server/custom/frameworks/qbx.lua.
local licenses = {
{
label = "Driver's License",
type = "driver"
},
{
label = "Weapon License",
type = "weapon"
}
}