mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
rename magnet meta fields
This commit is contained in:
parent
14ee992930
commit
55ee0d86d8
10 changed files with 70 additions and 70 deletions
|
|
@ -84,11 +84,11 @@ define('MAGNET_DEFAULT_SENSITIVE', false);
|
|||
|
||||
define('MAGNET_EDITOR_LOCK_TIMEOUT', 60*60);
|
||||
|
||||
define('MAGNET_META_TITLE_MIN_LENGTH', 10);
|
||||
define('MAGNET_META_TITLE_MAX_LENGTH', 140);
|
||||
define('MAGNET_TITLE_MIN_LENGTH', 10);
|
||||
define('MAGNET_TITLE_MAX_LENGTH', 140);
|
||||
|
||||
define('MAGNET_META_DESCRIPTION_MIN_LENGTH', 0);
|
||||
define('MAGNET_META_DESCRIPTION_MAX_LENGTH', 255);
|
||||
define('MAGNET_PREVIEW_MIN_LENGTH', 0);
|
||||
define('MAGNET_PREVIEW_MAX_LENGTH', 255);
|
||||
|
||||
define('MAGNET_DESCRIPTION_MIN_LENGTH', 0);
|
||||
define('MAGNET_DESCRIPTION_MAX_LENGTH', 10000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue