Products,Carousel adds a viewlet to the plone.contentviews
manager using some funky inline code in setuphandlers. I am trying to hide this viewlet. I have tried various techniques such as:
overriding the template in my
configure.zcml
using the
<hidden>
tag in myviewlets.xml
But nothing seems to take effect. However if I go into @@manage-viewlets
, I am able to hide it by hand.
How can i do this automatically on startup?