mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
add new settings
This commit is contained in:
parent
89d0ffdfe1
commit
3ce35066b0
3 changed files with 33 additions and 1 deletions
|
|
@ -85,18 +85,29 @@ define('MAGNET_DEFAULT_SENSITIVE', false);
|
|||
|
||||
define('MAGNET_AUTO_APPROVE_ON_IMPORT_APPROVED', true);
|
||||
|
||||
|
||||
define('MAGNET_EDITOR_LOCK_TIMEOUT', 60*60);
|
||||
|
||||
define('MAGNET_TITLE_MIN_LENGTH', 10);
|
||||
define('MAGNET_TITLE_MAX_LENGTH', 140);
|
||||
define('MAGNET_TITLE_REGEX', '/.*/ui');
|
||||
|
||||
define('MAGNET_PREVIEW_MIN_LENGTH', 0);
|
||||
define('MAGNET_PREVIEW_MAX_LENGTH', 255);
|
||||
define('MAGNET_PREVIEW_REGEX', '/.*/ui');
|
||||
|
||||
define('MAGNET_DESCRIPTION_MIN_LENGTH', 0);
|
||||
define('MAGNET_DESCRIPTION_MAX_LENGTH', 10000);
|
||||
define('MAGNET_DESCRIPTION_REGEX', '/.*/ui');
|
||||
|
||||
define('MAGNET_DN_MIN_LENGTH', 10);
|
||||
define('MAGNET_DN_MAX_LENGTH', 140);
|
||||
define('MAGNET_DN_REGEX', '/.*/ui');
|
||||
|
||||
define('MAGNET_KT_MIN_LENGTH', 10);
|
||||
define('MAGNET_KT_MAX_LENGTH', 140);
|
||||
define('MAGNET_KT_REGEX', '/[\w]+/ui');
|
||||
define('MAGNET_KT_MIN_QUANTITY', 0);
|
||||
define('MAGNET_KT_MAX_QUANTITY', 10);
|
||||
|
||||
define('MAGNET_STOP_WORDS_SIMILAR',
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue