iftomkins
10 years agoMaven
Click to load a component
I'm trying to load a component programatically on the Idea Page. The scenario is that I want to have the page load by default without the component "comment-editor". This is preferable to hiding/...
- 10 years ago
You could try creating a custom page in Studio that is exactly the same as the IdeaPage, except without the comment-editor component, and then use the http.response.replaceQuilt freemarker call inside of your page initialization script (see Using a FreeMarker Page Initialization Script for more information about that).