Add PostColor and content

This commit is contained in:
2021-08-28 22:36:38 +02:00
parent 48552f0ccf
commit 8f81926447
12 changed files with 156 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ export default class PostStoreValidator {
cover: schema.string(),
readingTime: schema.number(),
date: schema.string(),
color: schema.string(),
content: schema.string()
})
public messages = {
required: 'The field {{field}} is required'