hideanswerlinktopageifsamepage
Type: boolean
Default: false
Context: prediction
About this parameter
When answers are rendered, the link to the page normally takes the user to the page where the answer is taken from. By setting data-hideanswerlinktopageifsamepage to true, this link will be hidden if the user is on the same page as the answer is taken from. This means that if the user is on a different page than the one where the answer is taken from, the link will still be shown and the user will be able to click on it to go to that page.
Usage examples
<div class="rek-prediction" data-entitytype="rekai-qna" data-hideanswerlinktopageifsamepage="true"></div>