diff options
author | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 20:23:29 +0000 |
---|---|---|
committer | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 20:23:29 +0000 |
commit | 3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c (patch) | |
tree | 78d501d18a4302578b84683b47e8933b8df4f72b /models/boards.js | |
parent | d6eff2a07453cad87623955905ddb6ce247aa719 (diff) | |
download | wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.tar.gz wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.tar.bz2 wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.zip |
Add additional label colours (from pull by JamesLavin), Add Assigned & Requested By text fields.
Diffstat (limited to 'models/boards.js')
-rw-r--r-- | models/boards.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models/boards.js b/models/boards.js index 44ce0b62..911d82a1 100644 --- a/models/boards.js +++ b/models/boards.js @@ -94,6 +94,9 @@ Boards.attachSchema(new SimpleSchema({ allowedValues: [ 'green', 'yellow', 'orange', 'red', 'purple', 'blue', 'sky', 'lime', 'pink', 'black', + 'silver', 'peachpuff', 'crimson', 'plum', 'darkgreen', + 'slateblue', 'magenta', 'gold', 'navy', 'gray', + 'saddlebrown', 'paleturquoise', 'mistyrose', 'indigo', ], }, // XXX We might want to maintain more informations under the member sub- |