mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
refactor: replace non-prop interface with type; allow plugin lifecycles to have sync type (#7080)
* refactor: replace non-prop interface with type; allow plugin lifecycles to have sync type * fix
This commit is contained in:
parent
ce2b631455
commit
24c205a835
38 changed files with 145 additions and 138 deletions
|
@ -83,7 +83,7 @@ export const FrontMatterTagsSchema = JoiFrontMatter.array()
|
|||
.items(FrontMatterTagSchema)
|
||||
.messages({
|
||||
'array.base':
|
||||
'{{#label}} does not look like a valid FrontMatter Yaml array.',
|
||||
'{{#label}} does not look like a valid front matter Yaml array.',
|
||||
});
|
||||
|
||||
export const FrontMatterTOCHeadingLevels = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue