Business
🔌 Master Switch
Config.Business.Enable = true🗂️ Permission Map
Category
Actions
listings = {
label = 'Listings',
description = 'Create and manage property listings',
actions = {
create = { label = 'Create Listing', description = 'List properties for sale/rent', default = false },
modify = { label = 'Modify Listing', description = 'Edit existing listings', default = false },
delete = { label = 'Delete Listing', description = 'Remove listings', default = false },
},
},🧑💼 Jobs
Field
Description
Last updated