BoxCreateArticle component
BoxCreateArticle component
This component allows the use of the Create Article button in the Coveo Insight Panel (see Adding a Create Article button to the Coveo Insight Panel Classic Component).
Options
articleTypeFilter
Specifies the Knowledge Article types to offer as options when creating an article. By default, all the available Knowledge Article types are displayed.
<a class="CoveoBoxCreateArticle" data-article-type-filter="knowledge__kav,troubleshooting__kav">
</a>
Usage
This component must be included in the coveo-box-settings
div.
<div class="coveo-box-settings">
<a class="CoveoBoxCreateArticle" target="_blank">
</a>
...
</div>
Was this article useful?
Thanks for your feedback!