mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
Add validation to background field
This commit is contained in:
parent
ab83d7c9ab
commit
99d9ab4a9e
10 changed files with 130 additions and 25 deletions
|
@ -5,7 +5,40 @@
|
|||
* @docs :: https://sailsjs.com/docs/concepts/models-and-orm/models
|
||||
*/
|
||||
|
||||
const BACKGROUND_TYPES = ['gradient', 'image'];
|
||||
|
||||
const BACKGROUND_GRADIENTS = [
|
||||
'old-lime',
|
||||
'ocean-dive',
|
||||
'tzepesch-style',
|
||||
'jungle-mesh',
|
||||
'strawberry-dust',
|
||||
'purple-rose',
|
||||
'sun-scream',
|
||||
'warm-rust',
|
||||
'sky-change',
|
||||
'green-eyes',
|
||||
'blue-xchange',
|
||||
'blood-orange',
|
||||
'sour-peel',
|
||||
'green-ninja',
|
||||
'algae-green',
|
||||
'coral-reef',
|
||||
'steel-grey',
|
||||
'heat-waves',
|
||||
'velvet-lounge',
|
||||
'purple-rain',
|
||||
'blue-steel',
|
||||
'blueish-curve',
|
||||
'prism-light',
|
||||
'green-mist',
|
||||
'red-curtain',
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
BACKGROUND_TYPES,
|
||||
BACKGROUND_GRADIENTS,
|
||||
|
||||
attributes: {
|
||||
// ╔═╗╦═╗╦╔╦╗╦╔╦╗╦╦ ╦╔═╗╔═╗
|
||||
// ╠═╝╠╦╝║║║║║ ║ ║╚╗╔╝║╣ ╚═╗
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue