Skip to content

Commit

Permalink
fix(v2): make optional title for footer links column
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Oct 31, 2020
1 parent 999ae57 commit a6cf0e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const ThemeConfigSchema = Joi.object({
links: Joi.array()
.items(
Joi.object({
title: Joi.string().required(),
title: Joi.string(),
items: Joi.array().items(FooterLinkItemSchema).default([]),
}),
)
Expand Down

0 comments on commit a6cf0e0

Please sign in to comment.