mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Convert SORT_COVER_ constants to an enum
This commit is contained in:
parent
09b4385100
commit
004a4a27c3
4 changed files with 11 additions and 8 deletions
|
@ -44,9 +44,6 @@ const ARTWORK_MAX_STRING_LENGTH = 250;
|
|||
const ARTWORK_MAX_TAGS = 15;
|
||||
const ARTWORK_IMAGE_MINIMUM_WIDTH = 300;
|
||||
const ARTWORK_IMAGE_MINIMUM_HEIGHT = 300;
|
||||
const SORT_COVER_ARTWORK_CREATED_NEWEST = 'created-newest';
|
||||
const SORT_COVER_ARTIST_ALPHA = 'artist-alpha';
|
||||
const SORT_COVER_ARTWORK_COMPLETED_NEWEST = 'completed-newest';
|
||||
|
||||
const CAPTCHA_IMAGE_HEIGHT = 72;
|
||||
const CAPTCHA_IMAGE_WIDTH = 230;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue