mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add setting to manage visibility of vote count, vote button and decide root page (#197)
This commit is contained in:
committed by
GitHub
parent
d4242dd78e
commit
e7335f5622
@@ -4,7 +4,7 @@ interface IPost {
|
||||
description?: string;
|
||||
boardId: number;
|
||||
postStatusId?: number;
|
||||
likesCount: number;
|
||||
likeCount: number;
|
||||
liked: number;
|
||||
commentsCount: number;
|
||||
hotness: number;
|
||||
|
||||
@@ -12,6 +12,9 @@ export type TenantSettingBrandDisplay =
|
||||
|
||||
interface ITenantSetting {
|
||||
brand_display?: TenantSettingBrandDisplay;
|
||||
root_board_id?: number;
|
||||
show_vote_count?: boolean;
|
||||
show_vote_button_in_board?: boolean;
|
||||
}
|
||||
|
||||
export default ITenantSetting;
|
||||
Reference in New Issue
Block a user