- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 08:13 AM
Hi Community,
can someone tell me, where i find "kb_article_list_template"?
I found a link to this in the Widget "KnowledgeRelatedArticles". It seems to be a Widget, but i do not find it in the Widget Table...
Thanks a lot!
Best,
Stephan
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 09:02 AM
Hi,
In 'Knowledge Related Articles' it is referring to 'kb-list-widget-template' widget.
See the html in 'Knowledge Related Articles' , it says below
<sp-widget widget="::c.data.template"></sp-widget>
template value has passed from server script on the widget
data.template = $sp.getWidget("kb-list-widget-template"
I hope you are referring to 'kb-list-widget-template' widget.
'kb_article_list_template' in client script refers to Angular ng-templates. It has not used in the widget and I can't find that record in 'sp_ng_template' table as well.
Hope this helps.
If I have answered your question, please mark my response as correct and/or helpful.
Thanks,
Suseela P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 08:35 AM
Hi,
The article templates are newer child tables of Knowledge.
Below thread might help you on this.
Also go through below docs link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 09:02 AM
Hi,
In 'Knowledge Related Articles' it is referring to 'kb-list-widget-template' widget.
See the html in 'Knowledge Related Articles' , it says below
<sp-widget widget="::c.data.template"></sp-widget>
template value has passed from server script on the widget
data.template = $sp.getWidget("kb-list-widget-template"
I hope you are referring to 'kb-list-widget-template' widget.
'kb_article_list_template' in client script refers to Angular ng-templates. It has not used in the widget and I can't find that record in 'sp_ng_template' table as well.
Hope this helps.
If I have answered your question, please mark my response as correct and/or helpful.
Thanks,
Suseela P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 12:58 AM
How to make this Knowledge related articles open in new tab ? use _blank where exactly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 01:52 AM
Hello,
How can I show Knowledge Related Articles in logged in user languages. Where do I change it in the widget and how?
TIA 🙂
