mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-03-25 16:09:49 +01:00
10 lines
249 B
Lua
10 lines
249 B
Lua
data:extend({
|
|
{
|
|
type = "string-setting",
|
|
name = "Autofilter_Mode",
|
|
default_value = "content",
|
|
allowed_values = {"content","filter","none"},
|
|
setting_type = "runtime-per-user",
|
|
order = "a",
|
|
},
|
|
}) |