diff options
Diffstat (limited to 'collections/boards.js')
-rw-r--r-- | collections/boards.js | 9 |
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', + ] } })); |