mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-28 05:58:38 +02:00
feat: allow specifying custom target for FooterLogo (#7557)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
9d0bf2e090
commit
5444a230cf
4 changed files with 7 additions and 1 deletions
|
@ -364,6 +364,7 @@ export const ThemeConfigSchema = Joi.object<ThemeConfig>({
|
|||
width: Joi.alternatives().try(Joi.string(), Joi.number()),
|
||||
height: Joi.alternatives().try(Joi.string(), Joi.number()),
|
||||
href: Joi.string(),
|
||||
target: Joi.string(),
|
||||
}),
|
||||
copyright: Joi.string(),
|
||||
links: Joi.alternatives(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue