Manage ASL magazines and their articles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-articles/web/src/constants.js

9 lines
335 B

export const APP_NAME = "ASL Articles" ;
export const MAX_IMAGE_UPLOAD_SIZE = ( 1 * 1024*1024 ) ;
export const PUBLISHER_EXCESS_PUBLICATION_THRESHOLD = 5 ;
export const PUBLISHER_EXCESS_ARTICLE_THRESHOLD = 5 ;
export const PUBLICATION_EXCESS_ARTICLE_THRESHOLD = 8 ;
export const NEW_ARTICLE_PUB_PRIORITY_CUTOFF = ( 24 * 60 * 60 ) ;