Skip to content

Commit

Permalink
Merge pull request #54 from MitanshiKshatriya/main
Browse files Browse the repository at this point in the history
Tagging of individual certificates/templates
  • Loading branch information
paramsiddharth authored Jan 5, 2022
2 parents f37858e + 7cabb33 commit 6cc22ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/models/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const certificateSchema = new Schema({
type: String,
default: 'Certificate'
},
tags: [String],
template: {
type: String,
required: true
Expand Down
1 change: 1 addition & 0 deletions src/models/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const templateSchema = new Schema({
type: String,
required: true
},
tags: [String],
fields: [fieldSchema],
background: {
type: String,
Expand Down

0 comments on commit 6cc22ce

Please sign in to comment.