Add color in skill

This commit is contained in:
2021-08-18 19:49:30 +02:00
parent 52eed07d32
commit 5cc616ee91
4 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export default class SkillStoreValidator {
public schema = schema.create({
name: schema.string(),
cover: schema.string(),
color: schema.string()
})
public messages = {
required: 'The field {{field}} is required'