2026-04-14 17:41:39 +02:00

52 lines
1.6 KiB
Lua

return {
Categories = {
{
name = 'all',
label = 'selly.categories.all',
homecategorydeactiveicon = 'selly/all.svg',
homecategoryactiveicon = 'selly/allactive.svg',
},
{
name = 'ads',
label = 'selly.categories.ads',
color = '#A06499',
homecategorydeactiveicon = 'selly/ads.svg',
homecategoryactiveicon = 'selly/adsactive.svg',
newposticon = 'selly/adsactive.svg',
},
{
name = 'vehicles',
label = 'selly.categories.vehicles',
color = '#A06464',
homecategorydeactiveicon = 'selly/vehicles.svg',
homecategoryactiveicon = 'selly/vehiclesactive.svg',
newposticon = 'selly/vehiclesactive.svg',
},
{
name = 'items',
label = 'selly.categories.items',
color = '#A09264',
homecategorydeactiveicon = 'selly/items.svg',
homecategoryactiveicon = 'selly/itemsactive.svg',
newposticon = 'selly/itemsactive.svg',
},
{
name = 'houses',
label = 'selly.categories.houses',
color = '#64A071',
homecategorydeactiveicon = 'selly/houses.svg',
homecategoryactiveicon = 'selly/housesactive.svg',
newposticon = 'selly/housesactive.svg',
},
},
EnableBlackWord = true, -- Enable blacklisted word filter (censors prohibited words)
BlackWordDebug = false, -- Debug mode for blacklist filter (logs filtered words to console)
AutoDeleteEnabled = true, -- Enable automatic post deletion?
AutoDeleteDays = 10, -- Days until posts are auto-deleted (default: 10 days)
PostPrice = 100, -- Price to create a post/listing
PostTax = 0.05, -- Tax rate for posting (0.05 = 5%)
}