How to - Hide the Resource Recommender
Created By: François Renaville
Created on: 12/9/2019
Resource Recommender entries are currently applied to all Views. There is no way to add them to one View and not to another one, but it is possible to totally hide the Resource Recommender functionality from a dedicated View by adding the following code to your custom1.css:
prm-resource-recommender {
display: none;
}
Consider also this idea for more flexibility with the RR: Resource Recommender customizable for each view