mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-17 02:02:38 +02:00
feat(blog): add onUntruncatedBlogPosts
blog options (#10375)
Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
f43be857d7
commit
a096bbc0b9
10 changed files with 189 additions and 0 deletions
|
@ -521,6 +521,8 @@ declare module '@docusaurus/plugin-content-blog' {
|
|||
authorsBasePath: string;
|
||||
/** The behavior of Docusaurus when it finds inline authors. */
|
||||
onInlineAuthors: 'ignore' | 'log' | 'warn' | 'throw';
|
||||
/** The behavior of Docusaurus when it finds untruncated blog posts. */
|
||||
onUntruncatedBlogPosts: 'ignore' | 'log' | 'warn' | 'throw';
|
||||
};
|
||||
|
||||
export type UserFeedXSLTOptions =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue