The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
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.
export const ALLOWED _BOARD _COLORS = [
'belize' ,
'nephritis' ,
'pomegranate' ,
'pumpkin' ,
'wisteria' ,
'moderatepink' ,
'strongcyan' ,
'limegreen' ,
'midnight' ,
'dark' ,
'relax' ,
'corteza' ,
'clearblue' ,
'natural' ,
'modern' ,
'moderndark' ,
] ;
export const ALLOWED _COLORS = [
'white' ,
'green' ,
'yellow' ,
'orange' ,
'red' ,
'purple' ,
'blue' ,
'sky' ,
'lime' ,
'pink' ,
'black' ,
'silver' ,
'peachpuff' ,
'crimson' ,
'plum' ,
'darkgreen' ,
'slateblue' ,
'magenta' ,
'gold' ,
'navy' ,
'gray' ,
'saddlebrown' ,
'paleturquoise' ,
'mistyrose' ,
'indigo' ,
] ;
export const TYPE _BOARD = 'board' ;
export const TYPE _CARD = 'cardType-card' ;
export const TYPE _LINKED _BOARD = 'cardType-linkedBoard' ;
export const TYPE _LINKED _CARD = 'cardType-linkedCard' ;
export const TYPE _TEMPLATE _BOARD = 'template-board' ;
export const TYPE _TEMPLATE _CONTAINER = 'template-container' ;
export const ALLOWED _WAIT _SPINNERS = [
'Bounce' ,
'Cube' ,
'Wave'
] ;