mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Tweak max artwork string length and max tags
This commit is contained in:
parent
fcc8bbbee7
commit
03821d6ad1
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ const COVER_ARTWORK_STATUS_APPROVED = 'approved';
|
|||
const COVER_ARTWORK_STATUS_DECLINED = 'declined';
|
||||
const COVER_ARTWORK_STATUS_IN_USE = 'in_use';
|
||||
const COVER_ARTWORK_STATUS_UNVERIFIED = 'unverified';
|
||||
const COVER_ARTWORK_MAX_STRING_LENGTH = 191;
|
||||
const COVER_ARTWORK_MAX_TAGS = 100;
|
||||
const COVER_ARTWORK_MAX_STRING_LENGTH = 250;
|
||||
const COVER_ARTWORK_MAX_TAGS = 15;
|
||||
const COVER_ARTWORK_IMAGE_MINIMUM_WIDTH = 300;
|
||||
const COVER_ARTWORK_IMAGE_MINIMUM_HEIGHT = 300;
|
||||
const SORT_COVER_ARTWORK_CREATED_NEWEST = 'created-newest';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue