feat: add related blog posts component
This commit is contained in:
@@ -25,6 +25,8 @@ export interface I18NConfig {
|
||||
export interface AppBlogConfig {
|
||||
isEnabled: boolean;
|
||||
postsPerPage: number;
|
||||
isRelatedPostsEnabled: boolean;
|
||||
relatedPostsCount: number;
|
||||
post: {
|
||||
isEnabled: boolean;
|
||||
permalink: string;
|
||||
|
Reference in New Issue
Block a user