Go to the homepage
Powered bySitecore Search logo
Skip to main contentThe Sitecore Community Integrations page has loaded.

Sitecore Community Integrations

Configuration options

Configuration

The feeds can be configured via headmatter.

Blog

KeyTypeDescription
sitecoreCommunityBlogbooleanIf true, will display blog posts.
sitecoreCommunityBlognumberWill display the number of results specified (max 5)
sitecoreCommunityBlogSortSortOptionWill sort the blog posts to the specified SortOption
sitecoreCommunityBlogSortSortOption[]Will show the sort select menu, default sort will be the first presented option

Example

--- title: 'My Page' description: '...' sitecoreCommunityBlog: true ---

Questions

As of writing this, the questions component only exists on the homepage.

KeyTypeDescription
sitecoreCommunityQuestionsbooleanIf true, will display questions.
sitecoreCommunityQuestionsnumberWill display the number of results specified (max 5)
sitecoreCommunityQuestionsSortSortOptionWill sort the questions posts to the specified SortOption
sitecoreCommunityQuestionsSortSortOption[]Will show the sort select menu, default sort will be the first presented option
sitecoreCommunityQuestionsCategoryForumOptionWill filter the content by forum
sitecoreCommunityQuestionsCategoryForumOption[]Will show the category filter menu, default category will be the first presented option

ForumOption

  • events
  • news
  • experiencePlatform
  • contentManagement
  • orderManagement
  • contentOperations
  • customerDataManagement
  • digitalAssetManagement
  • marketingAutomation
  • personalizationAndTesting
  • searchAndMerchandizing
  • storefrontsAndMarketplaces

Example

--- title: 'My Page' description: '...' sitecoreCommunityQuestions: true sitecoreCommunityQuesitonsCategory: ['experiencePlatform', 'contentOperations'] ---

Events

KeyTypeDescription
sitecoreCommunityEventsbooleanIf true, will display events

Example

--- title: 'My Page' description: '...' sitecoreCommunityEvents: true ---

News

KeyTypeDescription
sitecoreCommunityNewsbooleanIf true, will display news and announcements

Example

--- title: 'My Page' description: '...' sitecoreCommunityNews: true ---

Edit this page on GitHub

Feedback

© Copyright 2024, Sitecore. All Rights Reserved