showingress

Type: boolean
Default: false
Context: prediction, questions

About this parameter

True or false if preamble should be displayed with each article.

Usage examples

<div class="rek-prediction" data-showingress="true"></div>

Example on how to use it for news recommendations:

<div class="rek-prediction"
  data-renderstyle="advanced"
  data-cols="3"
  data-fallbackimgsrc="https://logo.png"
  data-headerfontclass="normal"
  data-headerheadinglevel="1"
  data-headerid="my-id"
  data-headertext="Recommended reading"
  data-hideimage="false"
  data-ingressfontclass="normal"
  data-ingressheadinglevel="1"
  data-ingressmaxlength="20"
  data-showdate="true"
  data-showimage="true"
  data-showingress="true"
 ></div>