THIS IS ARCHIVED DOCUMENTATION
CoveoForSitecoreExternalContent
CoveoForSitecoreExternalContent
This component adds external sources and collections to the query.
It registers a handler in the onBuildingSitecoreExternalContent
event triggered by the CoveoForSitecoreExpressions component.
Options
scSources
The external sources to add, separated by commas.
The default value is undefined
.
<div class="CoveoForSitecoreExternalContent" data-sc-sources='firstsource,anotherextenalsource'></div>
scCollections
The external collections to add, separated by commas.
Collections aren’t available in Coveo Cloud.
The default value is undefined
.
<div class="CoveoForSitecoreExternalContent" data-sc-collections='mycollection'></div>
scScopeToTab
Specifies the tab on which to apply the external content.
If left undefined
, the external content is applied regardless of the current tab.
The default value is undefined
.
<div class="CoveoForSitecoreExternalContent" data-sc-scope-to-tab='MyExternalContentTabId'></div>
Sample
<div class="CoveoForSitecoreExternalContent"></div>