Added support for title description and thumbnail images

This commit is contained in:
Scott Tolksdorf
2017-01-28 16:38:51 -05:00
parent 76ced9ca49
commit 22d9982888
3 changed files with 27 additions and 6 deletions
+1
View File
@@ -14,6 +14,7 @@ const BrewSchema = mongoose.Schema({
title : {type : String, default : ""},
description : {type : String, default : ""},
tags : {type : String, default : ""},
thumbnail : {type : String, default : ""},
systems : [String],
authors : [String],
published : {type : Boolean, default : false},