Add maintenance mode and update announce

This commit is contained in:
2021-08-23 14:38:14 +02:00
parent bbebdf681d
commit 0c70b340a9
7 changed files with 97 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ export default class AnnounceUpdateValidator {
}
public schema = schema.create({
code: schema.string(),
code: schema.string.optional(),
cover: schema.string.optional(),
color: schema.string.optional(),
hoverColor: schema.string.optional()