summaryrefslogtreecommitdiffstats
path: root/collections
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-20 15:54:50 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-20 15:59:00 +0200
commit8ae6abe603571839b74f3106ba53922a849d1125 (patch)
treed0ad47dffe81e10adde8752478c6ad8bca440b03 /collections
parenta79599d76c808520d36aa7c19e366906cb89982c (diff)
downloadwekan-8ae6abe603571839b74f3106ba53922a849d1125.tar.gz
wekan-8ae6abe603571839b74f3106ba53922a849d1125.tar.bz2
wekan-8ae6abe603571839b74f3106ba53922a849d1125.zip
Switch the font to roboto
Diffstat (limited to 'collections')
-rw-r--r--collections/boards.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/collections/boards.js b/collections/boards.js
index 3029f204..d0507dc4 100644
--- a/collections/boards.js
+++ b/collections/boards.js
@@ -63,8 +63,13 @@ Boards.attachSchema(new SimpleSchema({
color: {
type: String,
allowedValues: [
- 'nephritis', 'pomegranate', 'belize',
- 'wisteria', 'midnight', 'pumpkin']
+ 'belize',
+ 'nephritis',
+ 'pomegranate',
+ 'pumpkin',
+ 'wisteria',
+ 'midnight',
+ ]
}
}));