mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add new settings
This commit is contained in:
parent
3ce35066b0
commit
4f311b964d
3 changed files with 36 additions and 0 deletions
|
|
@ -109,6 +109,15 @@ define('MAGNET_KT_REGEX', '/[\w]+/ui');
|
|||
define('MAGNET_KT_MIN_QUANTITY', 0);
|
||||
define('MAGNET_KT_MAX_QUANTITY', 10);
|
||||
|
||||
define('MAGNET_TR_MIN_QUANTITY', 1);
|
||||
define('MAGNET_TR_MAX_QUANTITY', 50);
|
||||
|
||||
define('MAGNET_AS_MIN_QUANTITY', 0);
|
||||
define('MAGNET_AS_MAX_QUANTITY', 50);
|
||||
|
||||
define('MAGNET_WS_MIN_QUANTITY', 0);
|
||||
define('MAGNET_WS_MAX_QUANTITY', 50);
|
||||
|
||||
define('MAGNET_STOP_WORDS_SIMILAR',
|
||||
[
|
||||
'series',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue