mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
added author
to schema
This commit is contained in:
parent
48bfa5da4d
commit
49e43a37d2
@ -1,4 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
date: { type: Date, default: Date.now },
|
date: { type: Date, default: Date.now },
|
||||||
url: { type: String, required: true },
|
url: { type: String, required: true },
|
||||||
|
author: { type: String },
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user