Skip to content

Commit

Permalink
Add create community to config model
Browse files Browse the repository at this point in the history
  • Loading branch information
djerbic authored Dec 12, 2024
1 parent 4610d12 commit 906f2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/social/providers/ConfigProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type SocialConfiguration = {
showCreatePublicCommunityOption?: boolean;
showUserProfileMetadata?: boolean;
showOldStyleComments?: boolean;
showCreateCommunity?: boolean;
manateeUrl?: string;
dashboardUrl?: string;
isUserCurrentlyInStingDashCallback: (userAccessCode: string) => Promise<boolean>;
Expand Down

0 comments on commit 906f2b8

Please sign in to comment.