We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37858e + 7cabb33 commit 6cc22ceCopy full SHA for 6cc22ce
src/models/certificate.js
@@ -17,6 +17,7 @@ const certificateSchema = new Schema({
17
type: String,
18
default: 'Certificate'
19
},
20
+ tags: [String],
21
template: {
22
23
required: true
src/models/template.js
@@ -17,6 +17,7 @@ const templateSchema = new Schema({
fields: [fieldSchema],
background: {
0 commit comments