mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 06:27:02 +02:00
feat(blog-plugin): limit option for blog feedOptions (#9189)
This commit is contained in:
parent
e0bb39a40a
commit
4ecc86f89f
8 changed files with 164 additions and 8 deletions
|
@ -272,6 +272,8 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the
|
|||
language?: string;
|
||||
/** Allow control over the construction of BlogFeedItems */
|
||||
createFeedItems?: CreateFeedItemsFn;
|
||||
/** Limits the feed to the specified number of posts, false|null for all */
|
||||
limit?: number | false | null;
|
||||
};
|
||||
|
||||
type DefaultCreateFeedItemsParams = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue